Package: gtk

Accessor gtk:tool-button-icon-widget

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the icon-widget slot gets or sets the widget used as icon on the tool button. If the icon argument is nil the icon is determined by the stock-id property. If the stock-id property is also nil, the tool button will not have an icon.
 

See also

2026-05-31