Gtk.Widget.prototype.get_tooltip_window
function get_tooltip_window():Gtk.Window { // Gjs wrapper for gtk_widget_get_tooltip_window() }
Returns the Gtk.Window of the current tooltip. This can be the GtkWindow created by default, or the custom tooltip window set using Gtk.set_tooltip_window.
Since 2.12
- Returns
The Gtk.Window of the current tooltip.