wasn’t set from a stock id
Entry.getIconStock
string getIconStock(gtk.types.EntryIconPosition iconPos)Retrieves the stock id used for the icon, or null if there is no icon or if the icon was set by some other method (e.g., by pixbuf, icon name or gicon).
Parameters
iconPos | Icon position |
Returns
A stock id, or null if no icon is set or if the icon
Deprecated
Use [gtk.entry.Entry.getIconName] instead.