Gtk.Entry.prototype.set_icon_tooltip_text

function set_icon_tooltip_text(icon_pos:Gtk.EntryIconPosition, tooltip:String):void {
    // Gjs wrapper for gtk_entry_set_icon_tooltip_text()
}

Sets tooltip as the contents of the tooltip for the icon at the specified position.

Use null for tooltip to remove an existing tooltip.

See also Gtk.set_tooltip_text and Gtk.Entry.prototype.set_icon_tooltip_markup.

Since 2.16

icon_pos

the icon position

tooltip

the contents of the tooltip for the icon, or null