Property

GtkWindow:maximized

Declaration

property maximized: gboolean [ read, write, construct ]

Description [src]

Whether the window is maximized.

Setting this property is the equivalent of calling gtk_window_maximize() or gtk_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.

Type:gboolean

Default valueFALSE
Getter methodgtk_window_is_maximized

Flags

Readableyes
Writableyes
Constructyes
Construct onlyno