Package: gtk

Accessor gtk:tool-button-icon-name

Lambda List

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

Syntax

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

Arguments

object -- a gtk:tool-button widget
name -- a string for the name of the themed icon

Details

The accessor for the icon-name slot gets or sets the name of the themed icon for the tool button. See the docs for the gtk:icon-theme implementation for more details. The icon-name property only has an effect if not overridden by non-nil label, icon-widget and stock-id properties.
 

See also

2026-05-31