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 object

Details

Accessor of the pixbuf slot of the gtk-image class.

The gtk-image-pixbuf slot access function gets the pixbuf being displayed by the image. The (setf gtk-image-pixbuf) slot access 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

*2021-12-17