Home
last modified time | relevance | path

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

/third_party/python/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.py203 text.bind("<<close-all-windows>>", self.flist.close_all_callback)