Package: gtk

Accessor gtk:status-icon-tooltip-text

Lambda List

gtk:status-icon-tooltip-text (object)

Syntax

(gtk:status-icon-tooltip-text object) => text
(setf (gtk:status-icon-tooltip-text object) text)

Arguments

object -- a gtk:status-icon widget
text -- a string with the contents of the tooltip for the status icon

Details

Accessor of the tooltip-text slot of the gtk:status-icon class. The gtk:status-icon-tooltip-text function gets the contents of the tooltip for the status icon. The (setf gtk:status-icon-tooltip-text) function sets the text of the tooltip.

This function will take care of setting the has-tooltip property to true and of the default handler for the "query-tooltip" signal.

Warning

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

See also

#2023-3-27