Method

GtkGestureSingleset_exclusive

since: 3.14

Declaration [src]

void
gtk_gesture_single_set_exclusive (
  GtkGestureSingle* gesture,
  gboolean exclusive
)

Description [src]

Sets whether gesture is exclusive. An exclusive gesture will only handle pointer and “pointer emulated” touch events, so at any given time, there is only one sequence able to interact with those.

Available since: 3.14

Parameters

exclusive

Type: gboolean

TRUE to make gesture exclusive.