reorganize shared input components

This commit is contained in:
yggverse 2025-02-07 19:32:49 +02:00
parent 266d29b336
commit 41d30f82fd
16 changed files with 238 additions and 380 deletions

View file

@ -75,6 +75,6 @@ impl Input {
}
pub fn set_new_titan(&self, on_send: impl Fn(titan::Header, Bytes, Box<dyn Fn()>) + 'static) {
self.update(Some(&gtk::Notebook::titan(on_send)));
self.update(Some(&gtk::Box::titan(on_send)));
}
}