Package: gtk

Accessor gtk:image-gicon

Lambda List

gtk:image-gicon (object)

Syntax

(gtk:image-gicon object) => gicon
(setf (gtk:image-gicon object) gicon)

Arguments

object -- a gtk:image widget
gicon -- a g:icon icon

Details

The accessor for the gicon slot gets or sets the icon displayed in the image. If the icon theme is changed, the image will be updated automatically for themed icons.
 

See also

2026-07-21