set_icon_tooltip_markup


Description:

public void set_icon_tooltip_markup (EntryIconPosition icon_pos, string? tooltip)

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

tooltip is assumed to be marked up with Pango Markup.

Use null for tooltip to remove an existing tooltip.

See also [method@Gtk.Widget.set_tooltip_markup] and [method@Gtk.Entry.set_icon_tooltip_text].

Parameters:

this

a `GtkEntry`

icon_pos

the icon position

tooltip

the contents of the tooltip for the icon