Call the mainloop of Tk.
(self, n=0)
| 1500 | self._root()._unbind(('bind', className, sequence)) |
| 1501 | |
| 1502 | def mainloop(self, n=0): |
| 1503 | """Call the mainloop of Tk.""" |
| 1504 | self.tk.mainloop(n) |
| 1505 | |
| 1506 | def quit(self): |
| 1507 | """Quit the Tcl interpreter. All widgets will be destroyed.""" |