Method
GtkTooltipset_text
Declaration [src]
void
gtk_tooltip_set_text (
GtkTooltip* tooltip,
const char* text
)
Description [src]
Sets the text of the tooltip to be text
.
If text
is NULL
, the label will be hidden.
See also gtk_tooltip_set_markup()
.