Home
last modified time | relevance | path

Searched defs:Grid (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_toolkit/src/layout/
H A Dgrid.rs26 pub struct Grid { struct
27 self_ref: RefCell<Weak<Grid>>, argument
28 rect: Cell<Rect>,
29 pivot: Cell<PivotType>,
30 pivot_offset: Cell<Vector2>,
31 children: RefCell<Vec<Arc<dyn Widget>>>,
55 arrange_type: Cell<GridArrangeType>, argument
60 impl Grid { argument
242 impl Widget for Grid { implementation
308 impl Focus for Grid { implementation
[all …]