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.
Window.maximized
bool maximized() @propertyGet maximized property.
Returns
Whether the window is maximized.
void maximized(bool propval) @propertySet maximized property.
Parameters
propval | 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. |