Method
GtkTooltipset_markup
Declaration [src]
void
gtk_tooltip_set_markup (
GtkTooltip* tooltip,
const char* markup
)
Description [src]
Sets the text of the tooltip to be markup
.
The string must be marked up with Pango markup.
If markup
is NULL
, the label will be hidden.