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 slot access function gtk-status-icon-gicon retrieves icon being displayed by the status icon. The slot access function (setf gtk-status-icon-gicon) 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 function gtk-status-icon-storage-type.

Warning

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

See also

2021-7-22