Window.fullscreened

bool fullscreened() @property

Get fullscreened property.

Returns

Whether the window is fullscreen.

Setting this property is the equivalent of calling [gtk.window.Window.fullscreen] or [gtk.window.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.

void fullscreened(bool propval) @property

Set fullscreened property.

Parameters

propvalWhether the window is fullscreen. Setting this property is the equivalent of calling [gtk.window.Window.fullscreen] or [gtk.window.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.