Add query signal to search entry

This commit is contained in:
Elias Projahn 2023-09-30 19:10:32 +02:00
parent 7eacfe21f4
commit 54f0088e61
3 changed files with 48 additions and 4 deletions

View file

@ -22,9 +22,11 @@ template $MusicusSearchEntry : Gtk.Box {
hexpand: true;
activate => $activate() swapped;
backspace => $backspace() swapped;
changed => $text_changed() swapped;
}
Gtk.Image clear_icon {
visible: false;
icon-name: "edit-clear-symbolic";
tooltip-text: _("Clear entry");
}