(&self)
| 273 | } |
| 274 | |
| 275 | fn unfocus(&self) { |
| 276 | // self.base.unfocus(); |
| 277 | let mut state = self.state.borrow_mut(); |
| 278 | state.composition = String::new(); |
| 279 | state.composition_start = 0; |
| 280 | state.composition_length = 0; |
| 281 | } |
| 282 | |
| 283 | fn textinput(&self, event: &mut TextEvent) { |
| 284 | // self.base.textinput(event); |