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

Method show

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1296–1297  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

1294 self.tk.call(self._w, 'hide', widget._w)
1295
1296 def show(self, widget):
1297 self.tk.call(self._w, 'show', widget._w)
1298
1299class ScrolledHList(TixWidget):
1300 """ScrolledHList - HList with automatic scrollbars."""

Callers 11

askopenfilenameFunction · 0.45
asksaveasfilenameFunction · 0.45
askopenfilenamesFunction · 0.45
askopenfileFunction · 0.45
asksaveasfileFunction · 0.45
askdirectoryFunction · 0.45
askcolorFunction · 0.45
_showFunction · 0.45
askopenfileMethod · 0.45
asksavefileMethod · 0.45
askfilenameMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected