Method
GtkWidgetset_tooltip_text
[−]
Description [src]
Sets the contents of the tooltip for the widget.
If text
contains any markup, it will be escaped.
This function will take care of setting
GtkWidget:has-tooltip
as a side effect,
and of the default handler for the
GtkWidget::query-tooltip
signal.
See also gtk_tooltip_set_text()
.
Sets property | Gtk.Widget:tooltip-text |
[−]
Parameters
text
-
Type:
const char*
The contents of the tooltip for
widget
.The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.