Entry.primaryIconSensitive

Set primaryIconSensitive property.

  1. bool primaryIconSensitive [@property getter]
  2. bool primaryIconSensitive [@property setter]
    class Entry
    @property
    void
    primaryIconSensitive
    (
    bool propval
    )

Parameters

propval bool

Whether the primary icon is sensitive.

An insensitive icon appears grayed out. GTK does not emit the signal@Gtk.Entry::icon-press and signal@Gtk.Entry::icon-release signals and does not allow DND from insensitive icons.

An icon should be set insensitive if the action that would trigger when clicked is currently not available.