Package: gdk

Accessor gdk:surface-mapped

Lambda List

gdk:surface-mapped (object)

Syntax

(gdk:surface-mapped object) => mapped
(setf (gdk:surface-mapped object) mapped)

Arguments

object -- a gdk:surface object
mapped -- a boolean whether the surface has been mapped

Details

Accessor of the mapped slot of the gdk:surface class. The gdk:surface-mapped function checks whether the surface has been mapped with the gdk:toplevel-present or gdk:popup-present functions.
 

See also

2024-1-8