MCPcopy 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
_keyboardhandlerMethod · 0.95
togglevisMethod · 0.95
minimize_main_windowFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected