Window.hasResizeGrip

bool hasResizeGrip() @property

Get hasResizeGrip property.

Returns

Whether the window has a corner resize grip.

Note that the resize grip is only shown if the window is actually resizable and not maximized. Use #GtkWindow:resize-grip-visible to find out if the resize grip is currently shown.

Deprecated

Resize grips have been removed.
void hasResizeGrip(bool propval) @property

Set hasResizeGrip property.

Parameters

propvalWhether the window has a corner resize grip. Note that the resize grip is only shown if the window is actually resizable and not maximized. Use #GtkWindow:resize-grip-visible to find out if the resize grip is currently shown.

Deprecated

Resize grips have been removed.