Method
GtkWindowget_resize_grip_area
deprecated: 3.14 since: 3.0
Declaration [src]
gboolean
gtk_window_get_resize_grip_area (
GtkWindow* window,
GdkRectangle* rect
)
Description [src]
If a window has a resize grip, this will retrieve the grip
position, width and height into the specified GdkRectangle.
Available since: 3.0
Deprecated since: 3.14
Resize grips have been removed.
Parameters
rect-
Type:
GdkRectangleA pointer to a
GdkRectanglewhich we should store the resize grip area.The argument will be set by the function. The returned data is owned by the instance.