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:pixbuf object

Details

Accessor of the pixbuf slot of the gtk:status-icon class. The gtk:status-icon-pixbuf function gets the pixbuf being displayed by the status icon. The (setf gtk:status-icon-pixbuf) function 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 gtk:status-icon-storage-type function.

Warning

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

See also

#2023-3-27