Package: gtk

Accessor gtk:window-fullscreened

Lambda List

gtk:window-fullscreened (object)

Syntax

(gtk:window-fullscreened object) => setting
(setf (gtk:window-fullscreened object) setting)

Arguments

object -- a gtk:window widget
setting -- a boolean whether the window is fullscreen

Details

The accessor for the fullscreened slot of the gtk:window class gets or sets the current fullscreen state of the window.

Setting this property is the equivalent of calling the gtk:window-fullscreen or gtk:window-unfullscreen functions. Either operation is asynchronous, which means you will need to connect to the "notify" signal in order to know whether the operation was successful.

If the window is not yet mapped, the value returned will show whether the initial requested state is fullscreen.
 

See also

2025-07-29