Package: gtk

Function gtk-entry-set-icon-from-stock

Lambda List

gtk-entry-set-icon-from-stock (entry pos stock)

Arguments

entry -- a gtk-entry widget
pos -- an icon position of type gtk-entry-icon-position
stock -- a string with the name of the stock item, or nil

Details

Sets the icon shown in the entry at the specified position from a stock image.

If the stock argument is nil, no icon will be shown in the specified position.

Warning

The function gtk-entry-set-icon-from-stock has been deprecated since version 3.10 and should not be used in newly written code. Use the gtk-entry-set-icon-from-icon-name function instead.
 

See also

2021-11-3