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 with the icon position
activatable -- true if the icon is activatable

Details

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

#2024-11-26