Home
last modified time | relevance | path

Searched refs:set_text_pivot_type (Results 1 – 2 of 2) sorted by relevance

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs67 name.set_text_pivot_type(PivotType::Left); in new()
/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs120 pub fn set_text_pivot_type(&self, pivot: PivotType) { in set_text_pivot_type() method