Lambda List
gtk:image-icon-name (object)
Syntax
(gtk:image-icon-name object) => name
(setf (gtk:image-icon-name object) name)
Arguments
object -- a gtk:image widget
name -- a string for the name of the icon
Details
The accessor for the
icon-name slot of the
gtk:image class gets or sets the name of the icon in the icon theme.
If the icon theme is changed, the image will be updated automatically.