Package: gtk

Accessor gtk:entry-secondary-icon-stock

Lambda List

gtk:entry-secondary-icon-stock (object)

Syntax

(gtk:entry-secondary-icon-stock object) => stock
(setf (gtk:entry-secondary-icon-stock object) stock)

Arguments

object -- a gtk:entry widget
stock -- a string with the stock ID to use for the icon

Details

Accessor of the secondary-icon-stock slot of the gtk:entry class. The stock ID to use for the secondary icon for the entry.

Warning

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

See also

2023-3-4