Property

GtkWindow:fullscreened

Declaration

property fullscreened: gboolean [ read, write, construct ]

Description [src]

Whether the window is fullscreen.

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

Type:gboolean

Default valueFALSE
Getter methodgtk_window_is_fullscreen

Flags

Readableyes
Writableyes
Constructyes
Construct onlyno