Searched defs:window (Results 1 – 4 of 4) sorted by relevance
38 window: &'a mut Window, field83 window: RefCell<Window>, field138 let window = self.window.borrow(); in x() localVariable144 let window = self.window.borrow(); in y() localVariable150 let window = self.window.borrow(); in width() localVariable156 let window = self.window.borrow(); in height() localVariable167 let window = self.window.borrow(); in title() localVariable173 let mut window = self.window.borrow_mut(); in set_pos() localVariable179 let mut window = self.window.borrow_mut(); in set_size() localVariable185 let mut window = self.window.borrow_mut(); in set_title() localVariable[all …]
2 pub mod window; module
4 pub mod window; module
135 let window = Window::new(x, y, width, height, 1, image_path); in window_new() localVariable