Home
last modified time | relevance | path

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

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs36 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new()
91 fn name(&self) -> &str { in name()
H A Dasset_item_grid.rs42 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new()
96 fn name(&self) -> &str { in name()
/StarryEngine/starry_client/src/
H A Dwindow.rs96 pub fn new(x: i32, y: i32, w: u32, h: u32, title: &str, color: Color) -> Self { in new()
142 pub fn set_title(&mut self, title: &str) { in set_title()
/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs103 pub fn new(rect: Rect, title: &str, color: Color) -> Arc<Panel> { in new()
184 pub fn set_title(&self, title: &str) { in set_title()
/StarryEngine/starry_toolkit/src/widgets/
H A Dimage.rs94 fn name(&self) -> &str { in name()
H A Dmod.rs64 fn name(&self) -> &str; in name()
H A Dlabel.rs134 fn name(&self) -> &str { in name()
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs180 fn name(&self) -> &str { in name()
H A Dgrid.rs251 fn name(&self) -> &str { in name()
/StarryEngine/starry_server/src/core/
H A Dwindow_manager.rs115 _flags: &str, in window_new()