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

Method close

PySimpleGUI/PySimpleGUI.py:13012–13016  ·  view source on GitHub ↗

Close the system tray window

(self)

Source from the content-addressed store, hash-verified

13010 return event
13011
13012 def close(self):
13013 """
13014 Close the system tray window
13015 """
13016 self.window.close()
13017
13018 def update(self, menu=None, tooltip=None, filename=None, data=None, data_base64=None, ):
13019 """

Callers 4

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected