Entry.setIconFromPixbuf
void setIconFromPixbuf(gtk.types.EntryIconPosition iconPos, gdkpixbuf.pixbuf.Pixbuf pixbuf = null)Sets the icon shown in the specified position using a pixbuf.
If pixbuf is null, no icon will be shown in the specified position.
Parameters
iconPos | Icon position |
pixbuf | A #GdkPixbuf, or null |