GestureLongPress
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_gesture_long_press_get_type ()" ) ]
public sealed class GestureLongPress : GestureSingle
public sealed class GestureLongPress : GestureSingle
GestureLongPress is a Gesture implementation able to recognize long presses, triggering the pressed after the timeout is exceeded.
If the touchpoint is lifted before the timeout passes, or if it drifts too far of the initial press point, the cancelled signal will be emitted.
Namespace: Gtk
Package: gtk+-3.0
Content:
Properties:
Creation methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.GestureSingle
All known members inherited from class Gtk.Gesture
All known members inherited from class Gtk.EventController
All known members inherited from class GLib.Object