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

Accessor of the fullscreened slot of the gtk:window class. The gtk:window-fullscreened function retrieves the current fullscreen state of the window. The (setf gtk:window-fullscreened) function sets the fullscreen state.

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

2024-10-2