Window.hasResizeGrip

Set hasResizeGrip property.

More...
  1. bool hasResizeGrip [@property getter]
  2. bool hasResizeGrip [@property setter]
    class Window
    @property
    void
    hasResizeGrip
    (
    bool propval
    )

Parameters

propval bool

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.

Detailed Description

Deprecated: Resize grips have been removed.