Package: gdk

Function gdk:toplevel-layout-fullscreen

Lambda List

gdk:toplevel-layout-fullscreen (layout)

Syntax

(gdk:toplevel-layout-fullscreen layout) => fullscreen
(setf (gdk:toplevel-layout-fullscreen layout) fullscreen)

Arguments

layout -- a gdk:toplevel-layout instance
fullscreen -- a boolean whether the layout specifies the fullscreen state for the toplevel

Details

If the layout specifies whether the toplevel should go fullscreen, the fullscreen value is set to true if it should go fullscreen, or false, if it should go unfullscreen.
 

See also

2024-1-9