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 slot access function gtk-status-icon-title gets the title of the status icon. The slot access function (setf gtk-status-icon-title) 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 function gtk-status-icon-title has been deprecated since version 3.14 and should not be used in newly written code.
 

See also

2021-7-22