Home
last modified time | relevance | path

Searched refs:withdraw (Results 1 – 25 of 118) sorted by relevance

12345

/external/python/cpython2/Tools/pynche/
DListViewer.py31 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 ListViewer
135 self.__root.withdraw()
DTextViewer.py30 root.protocol('WM_DELETE_WINDOW', self.withdraw)
35 root.bind('<Alt-w>', self.withdraw)
36 root.bind('<Alt-W>', self.withdraw)
121 def withdraw(self, event=None): member in TextViewer
122 self.__root.withdraw()
DPyncheWidget.py36 tkroot.withdraw()
50 tkroot.withdraw()
195 def withdraw(self): member in PyncheWidget
196 self.__root.withdraw()
245 self.__root.withdraw()
DDetailsViewer.py72 root.protocol('WM_DELETE_WINDOW', self.withdraw)
77 root.bind('<Alt-w>', self.withdraw)
78 root.bind('<Alt-W>', self.withdraw)
163 def withdraw(self, event=None): member in DetailsViewer
164 self.__root.withdraw()
/external/python/cpython3/Tools/pynche/
DListViewer.py31 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 ListViewer
135 self.__root.withdraw()
DTextViewer.py30 root.protocol('WM_DELETE_WINDOW', self.withdraw)
35 root.bind('<Alt-w>', self.withdraw)
36 root.bind('<Alt-W>', self.withdraw)
121 def withdraw(self, event=None): member in TextViewer
122 self.__root.withdraw()
DPyncheWidget.py35 tkroot.withdraw()
49 tkroot.withdraw()
194 def withdraw(self): member in PyncheWidget
195 self.__root.withdraw()
244 self.__root.withdraw()
DDetailsViewer.py72 root.protocol('WM_DELETE_WINDOW', self.withdraw)
77 root.bind('<Alt-w>', self.withdraw)
78 root.bind('<Alt-W>', self.withdraw)
163 def withdraw(self, event=None): member in DetailsViewer
164 self.__root.withdraw()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_help_about.py28 cls.root.withdraw()
96 cls.root.withdraw()
120 cls.root.withdraw()
Dtest_config_key.py35 cls.root.withdraw()
113 cls.root.withdraw()
181 cls.root.withdraw()
250 cls.root.withdraw()
Dtest_macosx.py22 cls.root.withdraw()
77 cls.root.withdraw()
Dtest_query.py253 cls.root.withdraw()
298 root.withdraw()
318 root.withdraw()
337 root.withdraw()
Dtest_redirector.py16 cls.root.withdraw()
46 cls.root.withdraw()
Dtest_debugger.py15 cls.root.withdraw()
Dtemplate.py15 cls.root.withdraw()
Dtest_pyshell.py16 cls.root.withdraw()
Dtest_calltip_w.py15 cls.root.withdraw()
Dtest_autocomplete_w.py16 cls.root.withdraw()
/external/deqp/external/vulkancts/doc/
Dvulkan-cts-withdrawal-2017-11.txt4 to withdraw Vulkan CTS 1.0.0.x and Vulkan CTS 1.0.1.x releases.
32 2017-11-15 Notice of intent to withdraw Vulkan CTS 1.0.0.x and Vulkan CTS 1.0.1.x
Dvulkan-cts-withdrawal-2018-09.txt4 to withdraw Vulkan CTS 1.0.2.x releases.
31 2018-09-13 Notice of intent to withdraw Vulkan CTS 1.0.2.x
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_textview.py23 cls.root.withdraw()
64 cls.root.withdraw()
Dtest_widgetredir.py18 cls.root.withdraw()
48 cls.root.withdraw()
Dtest_configdialog.py19 cls.root.withdraw()
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py63 widget.withdraw() # Remain invisible while we figure out the geometry
133 self.withdraw() # remain invisible for now
215 self.withdraw()
/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py49 self.withdraw() # remain invisible for now
132 self.withdraw()

12345