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.
bool secondaryIconActivatable() @propertyGet secondaryIconActivatable property.
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.
void secondaryIconActivatable(bool propval) @propertySet secondaryIconActivatable property.
propval | Whether the secondary 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. |