fullscreened


Description:

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

Whether the window is fullscreen.

Setting this property is the equivalent of calling [method@Gtk.Window.fullscreen] or [method@Gtk.Window.unfullscreen]; either operation is asynchronous, which means you will need to connect to the notify signal in order to know whether the operation was successful.