Package: gtk

Accessor gtk-widget-tooltip-markup

Lambda List

gtk-widget-tooltip-markup (object)

Syntax

(gtk-widget-tooltip-markup object) => markup
(setf (gtk-widget-tooltip-markup object) markup)

Arguments

object -- a gtk-widget object
markup -- a string with the text of the tooltip

Details

Accessor of the tooltip-markup slot of the gtk-widget class.

The gtk-widget-tooltip-markup slot access function gets the contents of the tooltip. The (setf gtk-widget-tooltip-markup) slot access 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 tooltip-markup property and the gtk-tooltip-set-markup function.
 

See also

2021-9-15