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 gtk_window_resize_grip_is_visible() 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