Searched refs:String (Results 1 – 10 of 10) sorted by relevance
/StarryEngine/starry_server/src/ |
H A D | config.rs | 11 pub normal: String, 12 pub bottom_left_corner: String, 13 pub bottom_right_corner: String, 14 pub bottom_side: String, 15 pub left_side: String, 16 pub right_side: String, 17 pub window_max: String, 18 pub window_max_unfocused: String, 19 pub window_close: String, 20 pub window_close_unfocused: String, [all …]
|
/StarryEngine/starry_toolkit/src/widgets/ |
H A D | label.rs | 39 real_text: RefCell<String>, 41 show_text: RefCell<String>, 59 real_text: RefCell::new(String::new()), in new() 60 show_text: RefCell::new(String::new()), in new() 239 fn set_text<S: Into<String>>(&self, text: S) -> &Self { in set_text()
|
/StarryEngine/starry_server/src/base/ |
H A D | window.rs | 30 pub title: String, 55 title: String::new(), in new()
|
/StarryEngine/starry_client/src/ |
H A D | window.rs | 35 title: String, 125 pub fn title(&self) -> String { in title() argument
|
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_list.rs | 29 pub file_path: RefCell<String>, 46 file_path: RefCell::new(String::from_str(file_name).unwrap()), in new()
|
H A D | asset_item_grid.rs | 34 pub file_path: RefCell<String>, 52 file_path: RefCell::new(String::from_str(file_name).unwrap()), in new()
|
H A D | mod.rs | 22 cur_path: String, 37 cur_path: String::from("/"), in new()
|
/StarryEngine/starry_toolkit/src/traits/ |
H A D | text.rs | 4 fn set_text<S: Into<String>>(&self, text: S) -> &Self; in set_text()
|
/StarryEngine/starry_server/src/core/ |
H A D | window_manager.rs | 116 _title: String, in window_new() argument
|
/StarryEngine/starry_toolkit/src/base/ |
H A D | panel.rs | 166 pub fn title(&self) -> String { in title() argument
|