Home
last modified time | relevance | path

Searched defs:Panel (Results 1 – 9 of 9) sorted by relevance

/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs79 pub struct Panel { struct
81 self_ref: RefCell<Weak<Panel>>, argument
99 renderer_mode: Cell<PanelRendererMode>, argument
102 impl Panel { argument
103 pub fn new(rect: Rect, title: &str, color: Color) -> Arc<Panel> { in new()
110 pub fn from_window(window: Window, rect: Rect) -> Arc<Panel> { in from_window()
332 impl Focus for Panel { implementation
/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()
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs115 fn panel(&self) -> &RefCell<Option<Arc<Panel>>> { in panel()
H A Dasset_item_grid.rs120 fn panel(&self) -> &RefCell<Option<Arc<Panel>>> { in panel()
/StarryEngine/starry_toolkit/src/widgets/
H A Dimage.rs118 fn panel(&self) -> &RefCell<Option<Arc<Panel>>> { in panel()
H A Dmod.rs61 fn panel(&self) -> &RefCell<Option<Arc<Panel>>>; in panel()
H A Dlabel.rs158 fn panel(&self) -> &RefCell<Option<Arc<crate::base::panel::Panel>>> { in panel()
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs204 fn panel(&self) -> &RefCell<Option<Arc<Panel>>> { in panel()
H A Dgrid.rs275 fn panel(&self) -> &RefCell<Option<Arc<Panel>>> { in panel()