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

Warning

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

See also

#2023-3-27