set_icon_tooltip_markup
Description:
[ Version ( since = "2.16" ) ]
public void set_icon_tooltip_markup (EntryIconPosition icon_pos, string? tooltip)
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 the Pango text markup language.
Use null for tooltip to remove an existing tooltip.
See also set_tooltip_markup and set_icon_tooltip_text.
Parameters:
| this |
a Entry |
| icon_pos |
the icon position |
| tooltip |
the contents of the tooltip for the icon, or null |