Package: gtk

Accessor gtk:tool-palette-child-expand

Lambda List

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

Syntax

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

Arguments

container -- a gtk:tool-palette widget
child -- a gtk:tool-item-group widget which is a child of container
expand -- a boolean whether the tool item group should be given extra space

Details

Accessor of the expand child property of the gtk:tool-palette class. The gtk:tool-palette-child-expand function gets whether the tool item group should be given extra space. The (setf gtk:tool-palette-child-expand) function sets the child property.
 

See also

#2023-3-28