Package: gtk

Function gtk:entry-icon-activatable

Lambda List

gtk:entry-icon-activatable (entry pos)

Syntax

(gtk:entry-icon-activatable entry pos) => activatable
(setf (gtk:entry-icon-activatable entry pos) activatable)

Arguments

entry -- a gtk:entry widget
pos -- a gtk:entry-icon-position value
activatable -- true if the icon should be activatable

Details

Accessor of the activatable property of the icon in the entry. The gtk:entry-icon-activatable function returns whether the icon is activatable. The (setf gtk:entry-icon-activatable) function sets whether the icon is activatable.
 

See also

#2023-3-4