(self, size)
| 478 | return self.bottom_w.mouse_event(size, event, button, col, row, focus) |
| 479 | |
| 480 | def get_cursor_coords(self, size): |
| 481 | return self.bottom_w.get_cursor_coords(size) |
| 482 | |
| 483 | def render(self, size, focus=False): |
| 484 | maxcol, maxrow = size |