Searched refs:close_all_callback (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | macosxSupport.py | 186 root.bind('<<close-all-windows>>', flist.close_all_callback) 191 root.createcommand('exit', flist.close_all_callback)
|
D | FileList.py | 46 def close_all_callback(self, *args, **kwds): member in FileList
|
D | EditorWindow.py | 254 text.bind("<<close-all-windows>>", self.flist.close_all_callback)
|
/external/python/cpython3/Lib/idlelib/ |
D | macosx.py | 227 root.bind('<<close-all-windows>>', flist.close_all_callback) 232 root.createcommand('exit', flist.close_all_callback)
|
D | filelist.py | 52 def close_all_callback(self, *args, **kwds): member in FileList
|
D | README.txt | 140 Exit # flist.close_all_callback (bound in eEW)
|
D | editor.py | 192 text.bind("<<close-all-windows>>", self.flist.close_all_callback)
|