Package: gtk

Accessor gtk:tool-item-group-label-widget

Lambda List

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

Syntax

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

Arguments

object -- a gtk:tool-item-group widget
widget -- a gtk:widget widget to be displayed in place of the usual label

Details

The accessor for the label-widget slot gets or sets the label widget of the tool item group. The label widget is displayed in the header of the group, in place of the usual label.
 

See also

2026-05-31