cl-cffi-gtk4
API documentation
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 of the
gtk:image
class gets or sets the icon displayed in the image. For themed icons, if the icon theme is changed, the image will be updated automatically.
See also
gtk:image
g:icon
g:themed-icon
2025-08-03