Package: gtk

Function gtk:widget-mapped

Lambda List

gtk:widget-mapped (widget)

Syntax

(gtk:widget-mapped widget) => mapped
(setf (gtk:widget-mapped widget) mapped)

Arguments

widget -- a gtk:widget object
mapped -- true to mark the widget as mapped

Details

The gtk:widget-mapped function determines whether the widget is mapped. The (setf gtk:widget-mapped) function marks the widget as being mapped.

This function should only ever be called in a derived "map" or "unmap" implementation of the widget.
 

See also

#2023-3-8