Package: gtk

Accessor gtk:image-icon-name

Lambda List

gtk:image-icon-name (object)

Syntax

(gtk:image-icon-name object) => icon-name
(setf (gtk:image-icon-name object) icon-name)

Arguments

object -- a gtk:image widget
icon-name -- a string with the name of the icon

Details

Accessor of the icon-name slot of the gtk:image class. The name of the icon in the icon theme. If the icon theme is changed, the image will be updated automatically.
 

See also

#2023-3-20