Package: gdk

Function gdk:toplevel-layout-maximized

Lambda List

gdk:toplevel-layout-maximized (layout)

Syntax

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

Arguments

layout -- a gdk:toplevel-layout instance
maximized -- a boolean whether the toplevel should be maximized

Details

If the layout specifies whether the toplevel should go maximized, the maximized argument is set to true if it should go fullscreen, or false, if it should go unmaximized.
 

See also

2024-1-9