Method
GtkGestureDragget_start_point
Declaration [src]
gboolean
gtk_gesture_drag_get_start_point (
GtkGestureDrag* gesture,
double* x,
double* y
)
Description [src]
Gets the point where the drag started.
If the gesture
is active, this function returns TRUE
and fills in x
and y
with the drag start coordinates,
in widget-relative coordinates.