GTK emits the gtk.entry.Entry.iconPress and gtk.entry.Entry.iconRelease signals only on sensitive, activatable icons.
Sensitive, but non-activatable icons can be used for purely informational purposes.
bool primaryIconActivatable() @propertyGet primaryIconActivatable property.
GTK emits the gtk.entry.Entry.iconPress and gtk.entry.Entry.iconRelease signals only on sensitive, activatable icons.
Sensitive, but non-activatable icons can be used for purely informational purposes.
void primaryIconActivatable(bool propval) @propertySet primaryIconActivatable property.
propval | Whether the primary icon is activatable. GTK emits the gtk.entry.Entry.iconPress and gtk.entry.Entry.iconRelease signals only on sensitive, activatable icons. Sensitive, but non-activatable icons can be used for purely informational purposes. |