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

Details

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

The gtk-widget-tooltip-text slot access function gets the contents of the tooltip. The (sef gtk-widget-tooltip-text) slot access 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

2021-9-15