MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / wait_window

Method wait_window

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:737–743  ·  view source on GitHub ↗

Wait until a WIDGET is destroyed. If no parameter is given self is used.

(self, window=None)

Source from the content-addressed store, hash-verified

735 waitvar = wait_variable # XXX b/w compat
736
737 def wait_window(self, window=None):
738 """Wait until a WIDGET is destroyed.
739
740 If no parameter is given self is used."""
741 if window is None:
742 window = self
743 self.tk.call('tkwait', 'window', window._w)
744
745 def wait_visibility(self, window=None):
746 """Wait until the visibility of a WIDGET changes

Callers 6

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected