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

iconPosIcon position

Returns

A stock id, or null if no icon is set or if the icon

wasn’t set from a stock id

Deprecated

Use [gtk.entry.Entry.getIconName] instead.