MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / togglevis

Method togglevis

DemoPrograms/Demo_Touch_Keyboard.py:53–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.window.Reappear()
52
53 def togglevis(self):
54 if self.visible:
55 self.hide()
56 else:
57 self.show()
58
59 def update(self, focus):
60 self.event, _ = self.window.read(timeout=0)

Callers 1

runMethod · 0.80

Calls 2

hideMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected