Gtk.Entry.prototype.set_icon_from_pixbuf
function set_icon_from_pixbuf(icon_pos:Gtk.EntryIconPosition, pixbuf:GdkPixbuf.Pixbuf):void {
// Gjs wrapper for gtk_entry_set_icon_from_pixbuf()
}Sets the icon shown in the specified position using a pixbuf.
If pixbuf is null, no icon will be shown in the specified position.
Since 2.16
- icon_pos
Icon position
- pixbuf
A GdkPixbuf.Pixbuf, or null