Entry.setIconFromGicon

void setIconFromGicon(gtk.types.EntryIconPosition iconPos, gio.icon.Icon icon = null)

Sets the icon shown in the entry at the specified position from the current icon theme.

If the icon isn’t known, a “broken image” icon will be displayed instead.

If icon is null, no icon will be shown in the specified position.

Parameters

iconPosThe position at which to set the icon
iconThe icon to set