Method

Gtk.Tooltip.set_text

Declaration [src]

void
gtk_tooltip_set_text (
  GtkTooltip* tooltip,
  const char* text
)

Description [src]

Sets the text of the tooltip to be text.

If text is NULL, the label will be hidden. See also gtk_tooltip_set_markup().

Parameters

text const char*
 

a text string or NULL

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