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

Accessor of the pixbuf slot of the gtk:image class. The gtk:image-pixbuf function gets the pixbuf being displayed by the image. The (setf gtk:image-pixbuf) function sets the pixbuf.

The gtk:image-type storage type of the image must be :empty or :pixbuf, see the gtk:image-storage-type function.
 

See also

#2023-3-20