Package: gtk

Accessor gtk:widget-no-show-all

Lambda List

gtk:widget-no-show-all (object)

Syntax

(gtk:widget-no-show-all object) => setting
(setf (gtk:widget-no-show-all object) setting)

Arguments

object -- a gtk:widget object
setting -- a boolean whether the gtk:widget-show-all function should not affect this widget

Details

Accessor of the no-show-all slot of the gtk:widget class. The no-show-all property determines whether calls to the gtk:widget-show-all function will affect this widget. This is mostly for use in constructing widget hierarchies with externally controlled visibility, see the gtk:ui-manager class.
 

See also

2025-1-25