Tooltip.setMarkup
void setMarkup(string markup = null)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.
Parameters
markup | a string with Pango markup or NLL |
void setMarkup(string markup = null)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.
markup | a string with Pango markup or NLL |