(&mut self, text_tx: Sender<Arc<RwLock<DisplayText>>>)
| 80 | weak: Weak<MainWindow>, |
| 81 | text: Arc<RwLock<DisplayText>>, |
| 82 | choose_lock: Rc<RefCell<bool>>, |
| 83 | video_context: Rc<RefCell<VideoContext>>, |
| 84 | figure_items: Rc<VecModel<FigureItem>>, |
| 85 | figure_id: Rc<RefCell<i32>>, |
| 86 | text_tx: Option<TextTX>, |
| 87 | auto_tx: Option<Sender<Duration>>, |