Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DmacosxSupport.py186 root.bind('<<close-all-windows>>', flist.close_all_callback)
191 root.createcommand('exit', flist.close_all_callback)
DFileList.py46 def close_all_callback(self, *args, **kwds): member in FileList
DEditorWindow.py254 text.bind("<<close-all-windows>>", self.flist.close_all_callback)
/external/python/cpython3/Lib/idlelib/
Dmacosx.py227 root.bind('<<close-all-windows>>', flist.close_all_callback)
232 root.createcommand('exit', flist.close_all_callback)
Dfilelist.py52 def close_all_callback(self, *args, **kwds): member in FileList
DREADME.txt140 Exit # flist.close_all_callback (bound in eEW)
Deditor.py192 text.bind("<<close-all-windows>>", self.flist.close_all_callback)