Package: gtk

Function gtk-entry-icon-stock

Lambda List

gtk-entry-icon-stock (entry pos)

Arguments

entry -- a gtk-entry widget
pos -- icon position of type gtk-entry-icon-position

Return Value

A stock ID, or nil if no icon is set or if the icon was not set from a stock ID.

Details

Retrieves the stock ID used for the icon, or nil if there is no icon or if the icon was set by some other method, e.g., by pixbuf, icon name or gicon.

Warning

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

See also

2021-11-4