Package: gtk

Accessor gtk:widget-tooltip-text

Lambda List

gtk:widget-tooltip-text (object)

Syntax

(gtk:widget-tooltip-text object) => text
(setf (gtk:widget-tooltip-text object) text)

Arguments

object -- a gtk:widget object
text -- a string for the text of the tooltip

Details

Accessor of the tooltip-text slot of the gtk:widget class. The gtk:widget-tooltip-text function gets the contents of the tooltip. The (setf gtk:widget-tooltip-text) function sets text as the contents 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.

See also the tooltip-text property and the gtk:tooltip-set-text function.
 

See also

2025-2-13