maximized


Description:

[ NoAccessorMethod ]
public bool maximized { get; set construct; }

Whether the window is maximized.

Setting this property is the equivalent of calling [method@Gtk.Window.maximize] or [method@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.