Entry.setIconFromStock

Warning gtk_entry_set_icon_from_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_entry_set_icon_from_icon_name() instead. Sets the icon shown in the entry at the specified position from a stock image. If stock_id is NULL, no icon will be shown in the specified position. Since 2.16

class Entry
void
setIconFromStock

Parameters

iconPos GtkEntryIconPosition

Icon position

stockId string

The name of the stock item, or NULL. [allow-none]

Meta