GestureDrag
Superclasses: GestureSingle
, Gesture
, EventController
, Object
Subclasses: GesturePan
- Constructors:
GestureDrag(**properties)
new() -> Gtk.Gesture
Constructors
Methods
Signals
- class GestureDrag.signals
- drag_begin(start_x: float, start_y: float) None
Emitted whenever dragging starts.
- Parameters:
start_x – X coordinate, relative to the widget allocation
start_y – Y coordinate, relative to the widget allocation