OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_quit
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Demo/tkinter/guido/
sortvisu.py
557
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/
sortvisu.py
558
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 182 milliseconds