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 slot access function gtk-status-icon-tooltip-markup gets the contents of the tooltip for the status icon. The slot access function (setf gtk-status-icon-tooltip-markup) 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 function gtk-tooltip-markup.

Warning

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

See also

2021-7-22