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 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.