Home
last modified time | relevance | path

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

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