Window.maximized

Set maximized property.

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

Parameters

propval bool

Whether the window is maximized.

Setting this property is the equivalent of calling gtk.window.Window.maximize or gtk.window.Window.unmaximize; either operation is asynchronous, which means you will need to connect to the ::notify signal in order to know whether the operation was successful.