Package: gtk

Accessor gtk:tool-button-label-widget

Lambda List

gtk:tool-button-label-widget (object)

Syntax

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

Arguments

object -- a gtk:tool-button widget
widget -- a gtk:widget object used as label, or nil

Details

The accessor for the label-widget slot gets or sets the widget used as label on the tool button. If the widget argument is nil the label property is used as label. If label is also nil, the label in the stock item determined by the stock-id property is used as label. If stock-id is also nil, button does not have a label.
 

See also

2026-05-31