(self, size, key)
| 468 | return self.bottom_w.selectable() |
| 469 | |
| 470 | def keypress(self, size, key): |
| 471 | return self.bottom_w.keypress(size, key) |
| 472 | |
| 473 | def mouse_event(self, size, event, button, col, row, focus): |
| 474 | # TODO: pass to top widget if visible and inside it. |