mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
add focusing to chain; nested focus works for the most part
This commit is contained in:
parent
7b568c55b8
commit
5082bf9fdf
4 changed files with 98 additions and 21 deletions
|
|
@ -12,7 +12,10 @@ pub use crate::time::*;
|
|||
|
||||
pub use crate::layout::{
|
||||
Rows,
|
||||
Columns
|
||||
Columns,
|
||||
Focus,
|
||||
FocusEvent,
|
||||
handle_focus
|
||||
};
|
||||
|
||||
pub use std::error::Error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue