(&self, child: Id)
| 317 | } |
| 318 | |
| 319 | fn remove(&self, child: Id) { |
| 320 | // self.base.remove(child); |
| 321 | |
| 322 | self.refresh_scroll(); |
| 323 | } |
| 324 | |
| 325 | fn mousewheel(&self, e: &mut MouseEvent) { |
| 326 | let state = self.state.borrow(); |
nothing calls this directly
no test coverage detected