(self)
| 372 | "use mouse/keys or STOP", "red") |
| 373 | |
| 374 | def clearCanvas(self): |
| 375 | self.refreshCanvas() |
| 376 | self.screen._delete("all") |
| 377 | self.canvas.config(cursor="") |
| 378 | self.configGUI(NORMAL, DISABLED, DISABLED) |
| 379 | |
| 380 | def stopIt(self): |
| 381 | if self.exitflag: |