Skip to content

Add activation API to AdwEntryRow

liferooter requested to merge liferooter/libadwaita:adw-entry-row-activate into main

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

Merge request reports