Package: gtk

Accessor gtk:tool-palette-child-exclusive

Lambda List

gtk:tool-palette-child-exclusive (container child)

Syntax

(gtk:tool-palette-child-exclusive container child) => exclusive
(setf (gtk:tool-palette-child-exclusive container child) exclusive)

Arguments

container -- a gtk:tool-palette widget
child -- a gtk:tool-item-group widget which is a child of container
exclusive -- a boolean whether the tool item group should be exclusive or not

Details

Accessor of the exclusive child property of the gtk:tool-palette class. The gtk:tool-palette-child-exclusive function gets whether the tool item group is exclusive or not. The (setf gtk:tool-palette-child-exclusive) function sets the child property.

If an exclusive tool item group is expanded all other groups are collapsed.
 

See also

#2023-3-28