GestureDrag
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_gesture_drag_get_type ()" ) ]
public sealed class GestureDrag : GestureSingle
public sealed class GestureDrag : GestureSingle
GestureDrag is a Gesture implementation that recognizes drag operations.
The drag operation itself can be tracked throught the drag_begin, drag_update and drag_end signals, or the relevant coordinates be extracted through get_offset and get_start_point.
All known sub-classes:
Namespace: Gtk
Package: gtk+-3.0
Content:
Creation methods:
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