(self, event)
| 54 | def handle_move(self, x, y):pass |
| 55 | |
| 56 | def on_idle(self, event): |
| 57 | if self.dirty == True: |
| 58 | self.draw() |
| 59 | self.dirty = False |
| 60 | |
| 61 | def set_title_label(self, title, labelx, labely): |
| 62 | self.title, self.labelx, self.labely = title, labelx, labely |