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 function gtk-tool-palette-child-exclusive gets whether the tool item group is exclusive or not. The function (setf gtk-tool-palette-child-exclusive) sets the child property.

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

See also

2021-3-14