Method
GtkWidgetget_tooltip_text
Declaration [src]
const char*
gtk_widget_get_tooltip_text (
GtkWidget* widget
)
Description [src]
Gets the contents of the tooltip for the widget.
If the widget
‘s tooltip was set using
gtk_widget_set_tooltip_markup()
,
this function will return the escaped text.
Gets property | Gtk.Widget:tooltip-text |