Package: gtk

Accessor gtk-status-icon-pixbuf

Lambda List

gtk-status-icon-pixbuf (object)

Syntax

(gtk-status-icon-pixbuf object) => pixbuf
(setf (gtk-status-icon-pixbuf object) pixbuf)

Arguments

object -- a gtk-status-icon widget
pixbuf -- a gdk-pixbuf object

Details

Accessor of the pixbuf slot of the gtk-status-icon class.

The slot access function gtk-status-icon-pixbuf gets the pixbuf being displayed by the status icon. The slot access function (setf gtk-status-icon-pixbuf) sets the pixbuf.

The storage type of the status icon must be the value :empty or :pixbuf of the gtk-image-type enumeration. See the function gtk-status-icon-storage-type.

Warning

The function gtk-status-icon-pixbuf has been deprecated since version 3.14 and should not be used in newly written code.
 

See also

2021-7-22