Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/pynche/
DPyncheWidget.py204 def __init__(self, master, quitfunc): argument
210 root.bind('<Alt-q>', quitfunc)
211 root.bind('<Alt-Q>', quitfunc)
/external/python/cpython3/Tools/pynche/
DPyncheWidget.py203 def __init__(self, master, quitfunc): argument
209 root.bind('<Alt-q>', quitfunc)
210 root.bind('<Alt-Q>', quitfunc)
/external/python/cpython2/Tools/audiopy/
Daudiopy355 def __init__(self, master, quitfunc): argument
361 root.bind('<Alt-q>', quitfunc)
362 root.bind('<Alt-Q>', quitfunc)