Gtk.Entry.prototype.set_icon_tooltip_markup

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

Sets tooltip as the contents of the tooltip for the icon at the specified position. tooltip is assumed to be marked up with the <link linkend="PangoMarkupFormat">Pango text markup language</link>.

Use null for tooltip to remove an existing tooltip.

See also Gtk.set_tooltip_markup and Gtk.set_icon_tooltip_text.

Since 2.16

icon_pos

the icon position

tooltip

the contents of the tooltip for the icon, or null