Signal
GtkGesturePan::pan
since: 3.14
Declaration
void
pan (
GtkGesturePan* self,
GtkPanDirection* direction,
gdouble offset,
gpointer user_data
)
Description [src]
This signal is emitted once a panning gesture along the expected axis is detected.
Default handler: The default handler is called after the handlers added via |
Available since: 3.14 |
Parameters
direction
-
Type:
GtkPanDirection
Current direction of the pan gesture.
The data is owned by the caller of the function. offset
-
Type:
gdouble
Offset along the gesture orientation.