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 for the text of the tooltip

Details

The accessor for the tooltip-markup slot gets or sets 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

2026-08-30