Package: gtk

Accessor gtk:image-pixbuf

Lambda List

gtk:image-pixbuf (object)

Syntax

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

Arguments

object -- a gtk:image widget
pixbuf -- a gdk-pixbuf:pixbuf object

Details

The accessor for the pixbuf slot gets or sets the pixbuf being displayed by the image. The gtk:image-type storage type of the image must be :empty or :pixbuf, see the gtk:image-storage-type function.
 

See also

2026-06-18