Widget.setTooltipMarkup
void setTooltipMarkup(string markup = null)Sets markup as the contents of the tooltip, which is marked up with Pango markup.
This function will take care of setting the gtk.widget.Widget.hasTooltip as a side effect, and of the default handler for the gtk.widget.Widget.queryTooltip signal.
See also gtk.tooltip.Tooltip.setMarkup.
Parameters
markup | the contents of the tooltip for widget |