Method

GtkGestureis_grouped_with

since: 3.14

Declaration [src]

gboolean
gtk_gesture_is_grouped_with (
  GtkGesture* gesture,
  GtkGesture* other
)

Description [src]

Returns TRUE if both gestures pertain to the same group.

Available since: 3.14

Parameters

other

Type: GtkGesture

Another GtkGesture.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the gestures are grouped.