Package: gtk

Accessor gtk:widget-visible

Lambda List

gtk:widget-visible (object)

Syntax

(gtk:widget-visible object) => setting
(setf (gtk:widget-visible object) setting)

Arguments

object -- a gtk:widget object
setting -- a boolean whether widget is visible

Details

The accessor for the visible slot of the gtk:widget class gets or sets whether the widget is visible. Note that this does not take into account whether the parent of the widget is also visible or the widget is obscured in any way.

If you want to take into account whether the parent of the widget is also marked as visible, use the gtk:widget-is-visible function.
 

See also

2025-09-26