Home
last modified time | relevance | path

Searched refs:set_space (Results 1 – 4 of 4) sorted by relevance

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dmod.rs60 grid.set_space(20, 20); in init_grid()
170 list.set_space(3); in init_list()
/StarryEngine/starry_toolkit/src/
H A Dmain.rs31 grid.set_space(20, 20); in main()
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs79 pub fn set_space(&self, space: u32) -> &Self { in set_space() method
H A Dgrid.rs156 pub fn set_space(&self, x: i32, y: i32) -> &Self { in set_space() method