Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ hide
Method
hide
DemoPrograms/Demo_Touch_Keyboard.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self.focus.update(Text)
44
45
def
hide(self):
46
self.visible = False
47
self.window.Disappear()
48
49
def
show(self):
50
self.visible = True
Callers
8
__init__
Method · 0.95
_keyboardhandler
Method · 0.95
togglevis
Method · 0.95
minimize_main_window
Function · 0.45
Demo_Color_Chooser_Custom.py
File · 0.45
main
Function · 0.45
Demo_Design_Pattern_Multiple_Windows3.py
File · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected