Home
last modified time | relevance | path

Searched defs:add_child (Results 1 – 2 of 2) sorted by relevance

/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs73 fn add_child(&self, widget: Arc<dyn Widget>) { in add_child() method
/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs200 pub fn add_child<T: Widget>(&self, widget: &Arc<T>) -> usize { in add_child() method