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 -- icon position of type gtk-entry-icon-position
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 (gtk-entry-icon-activatable) function sets whether the icon is activatable.
 

See also

2021-11-4