MCPcopy Create free account
hub / github.com/Image-Py/imagepy / OnClosing

Method OnClosing

imagepy/ui/logwindow.py:98–100  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

96 self.Destroy()
97
98 def OnClosing(self, event):
99 TextLogManager.close(self.title)
100 event.Skip()
101
102 def OnAbout(self,event):
103 wx.MessageBox('Text Log Window!','ImagePy',wx.OK)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected