Method
GtkWidgetset_tooltip_markup
since: 2.12
Declaration [src]
void
gtk_widget_set_tooltip_markup (
GtkWidget* widget,
const gchar* markup
)
Description [src]
Sets markup
as the contents of the tooltip, which is marked up with
the [Pango text markup language][PangoMarkupFormat].
This function will take care of setting GtkWidget:has-tooltip
to TRUE
and of the default handler for the GtkWidget::query-tooltip
signal.
See also the GtkWidget:tooltip-markup
property and gtk_tooltip_set_markup().
Available since: 2.12
Sets property | Gtk.Widget:tooltip-markup |