Property
GtkWindow:fullscreened
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 |
Getter method | gtk_window_is_fullscreen |