Lines Matching defs:quit
1069 def quit(self):1070 """Quit the Tcl interpreter. All widgets will be destroyed."""1071 self.tk.quit()3785 quit = Button(root, text="QUIT", command=root.destroy)3786 quit.pack()