Tooltip.setText

Sets the text of the tooltip to be text. If text is NULL, the label will be hidden. See also gtk_tooltip_set_markup(). Since 2.12

class Tooltip
void
setText
(
string text
)

Parameters

text string

a text string or NULL. [allow-none]

Meta