Home
last modified time | relevance | path

Searched refs:None (Results 1 – 18 of 18) sorted by relevance

/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs22 None, enumerator
57 parent: RefCell::new(None), in new()
58 panel: RefCell::new(None), in new()
62 adapt_type: Cell::new(LabelOverflowType::None), in new()
80 LabelOverflowType::None => {} in handle_overflow()
H A Dimage.rs50 parent: RefCell::new(None), in new_from_image()
51 panel: RefCell::new(None), in new_from_image()
64 None in new_from_path()
H A Dmod.rs22 None, enumerator
/StarryEngine/starry_toolkit/src/layout/
H A Dgrid.rs68 parent: RefCell::new(None), in new()
69 panel: RefCell::new(None), in new()
78 focused_id: Cell::new(None), in new()
79 focused_widget: RefCell::new(None), in new()
81 enter_callback: RefCell::new(None), in new()
H A Dlist.rs58 parent: RefCell::new(None), in new()
59 panel: RefCell::new(None), in new()
63 focused_id: Cell::new(None), in new()
64 focused_widget: RefCell::new(None), in new()
/StarryEngine/starry_server/src/core/
H A Dwindow_manager.rs23 static mut WINDOW_MANAGER: Option<Arc<WindowManager>> = None;
34 None, enumerator
79 _hover: RefCell::new(None), in new()
197 EventOption::None => {} in handle_event()
H A Dcompositor.rs14 static mut COMPOSITOR: Option<Arc<Compositor>> = None;
61 let mut total_redraw_rect_opt: Option<Rect> = None; in redraw_all()
67 None => Some(original_rect), in redraw_all()
H A Dmod.rs28 static mut STARRY_SERVER: Option<Arc<StarryServer>> = None;
45 cursors.insert(CursorKind::None, Image::new(0, 0)); in new()
/StarryEngine/starry_server/src/base/
H A Dimage.rs36 None in next()
75 None in next()
301 return None; in from_path()
H A Dwindow.rs64 file_opt: None, in new()
/StarryEngine/starry_toolkit/src/util/
H A Dmod.rs25 PivotType::None => Vector2::new(0, 0), in align_rect()
42 PivotType::None => Vector2::new(0, 0), in align_rect()
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs43 parent: RefCell::new(None), in new()
44 panel: RefCell::new(None), in new()
H A Dasset_item_grid.rs49 parent: RefCell::new(None), in new()
50 panel: RefCell::new(None), in new()
/StarryEngine/starry_client/src/base/
H A Devent.rs16 None, enumerator
46 EVENT_NONE => EventOption::None, in to_option()
/StarryEngine/starry_applications/src/
H A Dlib.rs12 static mut STORED_SETTINGS: Option<Termios> = None;
/StarryEngine/starry_server/src/core/input/
H A Dmod.rs11 static mut INPUT_MANAGER: Option<Arc<InputManager>> = None;
/StarryEngine/starry_client/src/
H A Dwindow.rs106 file_opt: None, in new()
/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs117 focused_widget: RefCell::new(None), in from_window()