Window.setHasResizeGrip

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 Window.resizeGripIsVisible to find out if the resize grip is currently shown.

More...
class Window
void
setHasResizeGrip
(
bool value
)

Parameters

value bool

TRUE to allow a resize grip

Detailed Description

Deprecated: Resize grips have been removed.

Meta