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

1 2

  /external/python/cpython2/Demo/tix/samples/
Balloon.py 33 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
DirTree.py 35 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
PanedWin.py 33 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
SHList1.py 31 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
DirList.py 35 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
SHList2.py 34 z.wm_protocol("WM_DELETE_WINDOW", lambda self=self: self.quitcmd())
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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)
  /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)
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 203 top.wm_protocol('WM_DELETE_WINDOW', self.exit)
  /external/python/cpython2/Tools/webchecker/
wsgui.py 203 top.wm_protocol('WM_DELETE_WINDOW', self.exit)
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 58 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)
  /external/python/cpython3/Lib/turtledemo/
__main__.py 133 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)

Completed in 588 milliseconds

1 2