Method

GtkGestureMultiPressget_area

since: 3.14

Declaration [src]

gboolean
gtk_gesture_multi_press_get_area (
  GtkGestureMultiPress* gesture,
  GdkRectangle* rect
)

Description [src]

If an area was set through gtk_gesture_multi_press_set_area(), this function will return TRUE and fill in rect with the press area. See gtk_gesture_multi_press_set_area() for more details on what the press area represents.

Available since: 3.14

Parameters

rect

Type: GdkRectangle

Return location for the press area.

The argument will be set by the function.
The returned data is owned by the instance.

Return value

Type: gboolean

TRUE if rect was filled with the press area.