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.
Window.hasResizeGrip
bool hasResizeGrip() @propertyGet hasResizeGrip property.
Returns
Whether the window has a corner resize grip.
Deprecated
Resize grips have been removed.
void hasResizeGrip(bool propval) @propertySet hasResizeGrip property.
Parameters
propval | 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.