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 -- a gtk:entry-icon-position value
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 gtk:entry-set-icon-from-stock function 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

#2023-3-4