Package ch.bailu.gtk.gtk
Interface GestureDrag.OnDragBegin
- Enclosing class:
- GestureDrag
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragBegin
(double start_x, double start_y) Emitted whenever dragging starts.
-
Method Details
-
onDragBegin
void onDragBegin(double start_x, double start_y) Emitted whenever dragging starts.- Parameters:
start_x
- X coordinate, relative to the widget allocationstart_y
- Y coordinate, relative to the widget allocation
-