Package: gtk

Function gtk-entry-icon-sensitive

Lambda List

gtk-entry-icon-sensitive (entry pos)

Syntax

(gtk-entry-icon-sensitive entry pos) => sensitive
(setf (gtk-entry-icon-sensitive entry pos) sensitive)

Arguments

entry -- a gtk-entry widget
pos -- icon position of type gtk-entry-icon-position
sensitive -- specifies whether the icon should appear sensitive or insensitive

Details

Accessor of the sensitive property of the icon in the entry.

The gtk-entry-icon-sensitive function returns whether the icon appears sensitive or insensitive. The (setf gtk-entry-icon-sensitive) function sets the sensitivity for the specified icon.
 

See also

2021-11-4