Package: gtk

Accessor gtk:status-icon-title

Lambda List

gtk:status-icon-title (object)

Syntax

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

Arguments

object -- a gtk:status-icon widget
title -- a string with the title

Details

Accessor of the title slot of the gtk:status-icon class. The gtk:status-icon-title function gets the title of the status icon. The (setf gtk:status-icon-title) function sets the title.

This should be a short, human readable, localized string describing the status icon. It may be used by tools like screen readers to render the status icon.

Warning

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

See also

#2023-3-27