Searched refs:windows (Results 1 – 2 of 2) sorted by relevance
61 pub windows: RefCell<BTreeMap<usize, Window>>, field82 windows: RefCell::new(BTreeMap::new()), in new()151 self.windows.borrow_mut().insert(id, window); in window_new()292 .windows in rezbuffer()
84 let mut windows = window_manager.windows.borrow_mut(); in redraw_all() localVariable85 if let Some(window) = windows.get_mut(&index) { in redraw_all()