Package: gdk

Accessor gdk:toplevel-decorated

Lambda List

gdk:toplevel-decorated (object)

Syntax

(gdk:toplevel-decorated object) => decorated
(setf (gdk:toplevel-decorated object) decorated)

Arguments

object -- a gdk:toplevel object
decorated -- a boolean whether to request decorations

Details

The accessor for the decorated slot gets or sets whether the toplevel is decorated. Setting decorated to false hints the desktop environment that the surface has its own, client-side decorations and does not need to have window decorations added.
 

See also

2026-07-30