Package: gtk

Accessor gtk-entry-primary-icon-sensitive

Lambda List

gtk-entry-primary-icon-sensitive (object)

Syntax

(gtk-entry-primary-icon-sensitive object) => sensitive
(setf (gtk-entry-primary-icon-sensitive object) sensitive)

Arguments

object -- a gtk-entry widget
sensitive -- a boolean whether the primary icon is sensitive

Details

Accessor of the primary-icon-sensitive slot of the gtk-entry class.

Whether the primary icon is sensitive. An insensitive icon appears grayed out. GTK does not emit the "icon-press" and "icon-release" signals and does not allow drag and drop from insensitive icons. An icon should be set insensitive if the action that would trigger when clicked is currently not available.
 

See also

*2021-11-3