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:
GdkRectangleReturn location for the press area.
The argument will be set by the function. The returned data is owned by the instance.