mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Traverse item front to back for input events
This commit is contained in:
parent
d9c776eb57
commit
36243ccdf7
12 changed files with 97 additions and 47 deletions
|
@ -87,7 +87,7 @@ pub mod re_exports {
|
|||
};
|
||||
pub use sixtyfps_corelib::item_tree::{
|
||||
item_offset, visit_item_tree, ItemTreeNode, ItemVisitorRefMut, ItemVisitorVTable,
|
||||
VisitChildrenResult,
|
||||
TraversalOrder, VisitChildrenResult,
|
||||
};
|
||||
pub use sixtyfps_corelib::items::*;
|
||||
pub use sixtyfps_corelib::layout::LayoutInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue