Package: gdk

Function gdk:toplevel-layout-resizable

Lambda List

gdk:toplevel-layout-resizable (layout)

Syntax

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

Arguments

layout -- a gdk:toplevel-layout instance
resizable -- true if the layout is resizable

Details

The gdk:toplevel-layout-resizable function returns whether the layout should allow the user to resize the surface. The (setf gdk:toplevel-layout-resizable) function sets whether the layout should allow the user to resize the surface after it has been presented.
 

See also

2024-1-9