Home
last modified time | relevance | path

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

/StarryEngine/starry_toolkit/src/util/
H A Dmod.rs83 pub fn widget_set_panel(widget: &Arc<dyn Widget>, panel: &Arc<Panel>) { in widget_set_panel() function
87 widget_set_panel(child, panel); in widget_set_panel()
/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs12 util::{align_rect, widget_set_panel},
81 widget_set_panel(&widget, &self.panel().borrow().clone().unwrap()); in add_child()
/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs17 use crate::{traits::focus::Focus, util::widget_set_panel, widgets::Widget};
201 widget_set_panel( in add_child()