add focusing to chain; nested focus works for the most part

This commit is contained in:
🪞👃🪞 2024-06-20 22:18:08 +03:00
parent 7b568c55b8
commit 5082bf9fdf
4 changed files with 98 additions and 21 deletions

View file

@ -12,7 +12,10 @@ pub use crate::time::*;
pub use crate::layout::{
Rows,
Columns
Columns,
Focus,
FocusEvent,
handle_focus
};
pub use std::error::Error;