HomeSort by relevance Sort by last modified time
    Searched refs:close_all_callback (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/idlelib/
macosxSupport.py 186 root.bind('<<close-all-windows>>', flist.close_all_callback)
191 root.createcommand('exit', flist.close_all_callback)
FileList.py 46 def close_all_callback(self, *args, **kwds): member in class:FileList
EditorWindow.py 254 text.bind("<<close-all-windows>>", self.flist.close_all_callback)
    [all...]
  /external/python/cpython3/Lib/idlelib/
macosx.py 227 root.bind('<<close-all-windows>>', flist.close_all_callback)
232 root.createcommand('exit', flist.close_all_callback)
filelist.py 52 def close_all_callback(self, *args, **kwds): member in class:FileList
editor.py 192 text.bind("<<close-all-windows>>", self.flist.close_all_callback)
    [all...]

Completed in 500 milliseconds