Package: gtk
Accessor gtk:window-fullscreened
Lambda Listgtk:window-fullscreened (object) SyntaxArgumentsDetails 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