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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 67 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
WidgetRedirector.py 109 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
ColorDelegator.py 258 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
UndoDelegator.py 342 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
Debugger.py 91 top.wm_protocol("WM_DELETE_WINDOW", self.close)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 67 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
WidgetRedirector.py 109 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
ColorDelegator.py 258 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
UndoDelegator.py 342 root.wm_protocol("WM_DELETE_WINDOW", root.quit)
Debugger.py 91 top.wm_protocol("WM_DELETE_WINDOW", self.close)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1678 def wm_protocol(self, name=None, func=None): member in class:Wm
    [all...]
turtle.py 471 self.wm_protocol("WM_DELETE_WINDOW", destroy)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1678 def wm_protocol(self, name=None, func=None): member in class:Wm
    [all...]
turtle.py 471 self.wm_protocol("WM_DELETE_WINDOW", destroy)
    [all...]

Completed in 43 milliseconds