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) => label-widget
(setf (gtk:tool-item-group-label-widget object) label-widget)

Arguments

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

Details

Accessor of the label-widget slot of the gtk:tool-item-group class. The gtk:tool-item-group-label-widget function gets the label widget of the tool item group. The (setf gtk:tool-item-group-label-widget) function sets the label of the tool item group.

The label widget is displayed in the header of the group, in place of the usual label.
 

See also

#2023-2-27