Package: gtk

Accessor gtk-status-icon-icon-name

Lambda List

gtk-status-icon-icon-name (object)

Syntax

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

Arguments

object -- a gtk-status-icon widget
name -- a string with the name of the icon from the icon theme

Details

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

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

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

Warning

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

See also

2021-7-22