MCPcopy Index your code
hub / github.com/rawpython/remi / on_window_close

Method on_window_close

examples/onclose_window_app.py:36–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 return wid
35
36 def on_window_close(self):
37 # here you can handle the unload
38 print("app closing")
39 self.close()
40
41
42if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected