Gtk.Widget.prototype.get_tooltip_markup
function get_tooltip_markup():String {
// Gjs wrapper for gtk_widget_get_tooltip_markup()
}Gets the contents of the tooltip for widget.
Since 2.12
- Returns
the tooltip text, or null. You should free the returned string with GLib.free when done.