Entry.getIconStock

Warning gtk_entry_get_icon_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_entry_get_icon_name() instead. 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). Since 2.16

class Entry
string
getIconStock

Parameters

iconPos GtkEntryIconPosition

Icon position

Return Value

Type: string

A stock id, or NULL if no icon is set or if the icon wasn't set from a stock id

Meta