Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 3 of 3) sorted by relevance

/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs30 pub struct Label { struct
31 self_ref: RefCell<Weak<Label>>, argument
50 impl Label { argument
52 let label = Arc::new(Label { in new()
125 impl Widget for Label { implementation
238 impl Text for Label { implementation
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs14 label::{Label, LabelOverflowType},
61 let name = Label::new(); in new()
71 let file_type = Label::new(); in new()
H A Dasset_item_grid.rs14 label::{Label, LabelOverflowType},
75 let name = Label::new(); in new()