rename find action to escape

This commit is contained in:
yggverse 2024-12-16 16:31:35 +02:00
parent 4c572fada6
commit 94b8227088
5 changed files with 12 additions and 12 deletions

View file

@ -1,11 +1,11 @@
use gtk::{gio::SimpleAction, glib::uuid_string_random, prelude::ActionExt};
/// [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html) wrapper for `Focus` action of `Browser` group
pub struct Focus {
/// [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html) wrapper for `Escape` action of `Browser` group
pub struct Escape {
pub simple_action: SimpleAction,
}
impl Focus {
impl Escape {
// Constructors
/// Create new `Self`