Call the mainloop of Tk.
(self, n=0)
| 1595 | self._root()._unbind(('bind', className, sequence)) |
| 1596 | |
| 1597 | def mainloop(self, n=0): |
| 1598 | """Call the mainloop of Tk.""" |
| 1599 | self.tk.mainloop(n) |
| 1600 | |
| 1601 | def quit(self): |
| 1602 | """Quit the Tcl interpreter. All widgets will be destroyed.""" |