Package: gtk

Accessor gtk:tool-item-group-label

Lambda List

gtk:tool-item-group-label (object)

Syntax

(gtk:tool-item-group-label object) => label
(setf (gtk:tool-item-group-label object) label)

Arguments

object -- a gtk:tool-item-group widget
label -- a string for the new human readable label of of the group

Details

The accessor for the label slot gets or sets the label of the tool item group. The label is displayed in the header of the group. Note that nil is returned if a custom label has been set with the gtk:tool-item-group-label-widget function.
 

See also

2026-05-31