Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
Calls
2
hide
Method · 0.95
show
Method · 0.95
Tested by
no test coverage detected