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

1 2 3 4 5

  /external/python/cpython3/Lib/idlelib/idle_test/
test_debugger.py 17 cls.root.withdraw()
test_config_key.py 17 cls.root.withdraw()
test_help.py 18 root.withdraw()
test_tree.py 18 cls.root.withdraw()
test_macosx.py 25 cls.root.withdraw()
80 cls.root.withdraw()
test_configdialog.py 36 root.withdraw()
test_editmenu.py 20 cls.root.withdraw()
test_query.py 255 cls.root.withdraw()
299 root.withdraw()
319 root.withdraw()
338 root.withdraw()
  /external/python/cpython2/Lib/idlelib/idle_test/
test_configdialog.py 19 cls.root.withdraw()
test_textview.py 23 cls.root.withdraw()
64 cls.root.withdraw()
test_editmenu.py 21 root.withdraw()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
support.py 24 root.withdraw()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
support.py 24 root.withdraw()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 24 root.withdraw()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 24 root.withdraw()
  /external/python/cpython2/Tools/pynche/
ListViewer.py 31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
134 def withdraw(self, event=None): member in class:ListViewer
135 self.__root.withdraw()
TextViewer.py 31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
122 def withdraw(self, event=None):
123 self.__root.withdraw()
121 def withdraw(self, event=None): member in class:TextViewer
DetailsViewer.py 73 root.protocol('WM_DELETE_WINDOW', self.withdraw)
78 root.bind('<Alt-w>', self.withdraw)
79 root.bind('<Alt-W>', self.withdraw)
164 def withdraw(self, event=None):
165 self.__root.withdraw()
163 def withdraw(self, event=None): member in class:DetailsViewer
PyncheWidget.py 37 tkroot.withdraw()
51 tkroot.withdraw()
196 def withdraw(self):
197 self.__root.withdraw()
247 self.__root.withdraw()
195 def withdraw(self): function
Switchboard.py 22 - withdraw() which takes no arguments. This is called when Pynche is
133 if hasattr(v, 'withdraw'):
134 v.withdraw()
  /external/python/cpython3/Tools/pynche/
ListViewer.py 31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
134 def withdraw(self, event=None): member in class:ListViewer
135 self.__root.withdraw()
TextViewer.py 31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
122 def withdraw(self, event=None):
123 self.__root.withdraw()
121 def withdraw(self, event=None): member in class:TextViewer
DetailsViewer.py 73 root.protocol('WM_DELETE_WINDOW', self.withdraw)
78 root.bind('<Alt-w>', self.withdraw)
79 root.bind('<Alt-W>', self.withdraw)
164 def withdraw(self, event=None):
165 self.__root.withdraw()
163 def withdraw(self, event=None): member in class:DetailsViewer
PyncheWidget.py 36 tkroot.withdraw()
50 tkroot.withdraw()
195 def withdraw(self):
196 self.__root.withdraw()
246 self.__root.withdraw()
194 def withdraw(self): function
  /external/python/cpython2/Demo/tkinter/guido/
newmenubardemo.py 42 root.withdraw()

Completed in 311 milliseconds

1 2 3 4 5