MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnClose

Method OnClose

gui/itemStats.py:146–151  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

144 event.Skip()
145
146 def OnClose(self, event):
147 self.container.OnWindowClose()
148 if self.dlgOrder == ItemStatsFrame.counter:
149 ItemStatsFrame.counter -= 1
150 self.parentWnd.UnregisterStatsWindow(self)
151 event.Skip()
152
153
154class ItemStatsContainer(wx.Panel):

Callers

nothing calls this directly

Calls 2

UnregisterStatsWindowMethod · 0.80
OnWindowCloseMethod · 0.45

Tested by

no test coverage detected