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

Method hide

PySimpleGUI/PySimpleGUI.py:12968–12972  ·  view source on GitHub ↗

Hides the icon

(self)

Source from the content-addressed store, hash-verified

12966 return event
12967
12968 def hide(self):
12969 """
12970 Hides the icon
12971 """
12972 self.window.hide()
12973
12974 def un_hide(self):
12975 """

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected