Entry.primaryIconActivatable

Get primaryIconActivatable property.

  1. bool primaryIconActivatable [@property getter]
    class Entry
    @property
    bool
    primaryIconActivatable
    ()
  2. bool primaryIconActivatable [@property setter]

Return Value

Type: bool

Whether the primary icon is activatable.

GTK emits the signal@Gtk.Entry::icon-press and signal@Gtk.Entry::icon-release signals only on sensitive, activatable icons.

Sensitive, but non-activatable icons can be used for purely informational purposes.