Method

Gtk.Tooltip.set_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.

Parameters

markup const char*
 

a string with Pango markup or NLL

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string