Gtk.Entry.prototype.get_icon_tooltip_text
function get_icon_tooltip_text(icon_pos:Gtk.EntryIconPosition):String {
// Gjs wrapper for gtk_entry_get_icon_tooltip_text()
}Gets the contents of the tooltip on the icon at the specified position in entry.
Since 2.16
- icon_pos
the icon position
- Returns
the tooltip text, or null. Free the returned string with GLib.free when done.