Package: gtk

Accessor gtk:status-icon-gicon

Lambda List

gtk:status-icon-gicon (object)

Syntax

(gtk:status-icon-gicon object) => icon
(setf (gtk:status-icon-gicon object) icon)

Arguments

object -- a gtk:status-icon widget
icon -- a g:icon object

Details

Accessor of the gicon slot of the gtk:status-icon class. The gtk:status-icon-gicon function retrieves icon being displayed by the status icon. The (setf gtk:status-icon-gicon) function sets the icon.

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

Warning

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

See also

#2023-3-27