Window.setHasResizeGrip
void setHasResizeGrip(bool value)Sets whether window has a corner resize grip.
Note that the resize grip is only shown if the window is actually resizable and not maximized. Use [gtk.window.Window.resizeGripIsVisible] to find out if the resize grip is currently shown.
Parameters
value | true to allow a resize grip |
Deprecated
Resize grips have been removed.