MCPcopy Index your code
hub / github.com/python/cpython / wm_deiconify

Method wm_deiconify

Lib/tkinter/__init__.py:2275–2278  ·  view source on GitHub ↗

Deiconify this widget. If it was never mapped it will not be mapped. On Windows it will raise this widget and give it the focus.

(self)

Source from the content-addressed store, hash-verified

2273 command = wm_command
2274
2275 def wm_deiconify(self):
2276 """Deiconify this widget. If it was never mapped it will not be mapped.
2277 On Windows it will raise this widget and give it the focus."""
2278 return self.tk.call('wm', 'deiconify', self._w)
2279
2280 deiconify = wm_deiconify
2281

Callers 3

_place_windowFunction · 0.80
__init__Method · 0.80
wakeupMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected