Package: gtk

Accessor gtk:status-icon-tooltip-markup

Lambda List

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

Syntax

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

Arguments

object -- a gtk:status-icon widget
markup -- a string with the contents of the tooltip for the status icon, or nil

Details

Accessor of the tooltip-markup slot of the gtk:status-icon class. The gtk:status-icon-tooltip-markup function gets the contents of the tooltip for the status icon. The (setf gtk:status-icon-tooltip-markup) function sets markup as the contents of the tooltip, which is marked up with the Pango text markup language.

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

Warning

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

See also

#2023-3-27