Method
GtkGesturehandles_sequence
since: 3.14
Declaration [src]
gboolean
gtk_gesture_handles_sequence (
GtkGesture* gesture,
GdkEventSequence* sequence
)
Description [src]
Returns TRUE
if gesture
is currently handling events corresponding to
sequence
.
Available since: 3.14
Parameters
sequence
-
Type:
GdkEventSequence
A
GdkEventSequence
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.