Call the mainloop of Tk.
(self, n=0)
| 1613 | self._root()._unbind(('bind', className, sequence)) |
| 1614 | |
| 1615 | def mainloop(self, n=0): |
| 1616 | """Call the mainloop of Tk.""" |
| 1617 | self.tk.mainloop(n) |
| 1618 | |
| 1619 | def quit(self): |
| 1620 | """Quit the Tcl interpreter. All widgets will be destroyed.""" |