Searched refs:c_quit (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
H A Dsortvisu.py557 text="Quit", command=self.c_quit)
619 def c_quit(self): member in class:SortDemo
630 root.protocol('WM_DELETE_WINDOW', demo.c_quit)
/external/python/cpython3/Tools/demo/
H A Dsortvisu.py558 text="Quit", command=self.c_quit)
620 def c_quit(self): member in class:SortDemo
631 root.protocol('WM_DELETE_WINDOW', demo.c_quit)

Completed in 218 milliseconds