Add activation API to AdwEntryRow
Gtk.Entry
and Gtk.Text
have activate
signal, which is very useful (e.g. I use it to jump to next entry on Enter). This PR adds this signal to Adw.EntryRow
. The signal was renamed to enter-pressed
because AdwEntryRow::activate
is already presented (as GtkListBoxRow::activate
). New name was selected to be descriptive and more concrete.
Edited by Alice Mikhaylenko