Window.hasResizeGrip

Get hasResizeGrip property.

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

Return Value

Type: 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.