Package: gtk

Accessor gtk:tool-button-icon-name

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the icon-name slot of the gtk:tool-button class. The gtk:tool-button-icon-name function returns the name of the themed icon for the tool button. The (setf gtk:tool-button-icon-name) function sets the icon for the tool button from a named themed icon.

See the docs for the gtk:icon-theme object 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

#2023-2-27