MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / Destroy

Method Destroy

gui/builtinViews/emptyView.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=()))
19
20 def Destroy(self):
21 # todo: This unbind caused fits to not recalc when switching to their tabs; find out why
22 # self.parent.Unbind(EVT_NOTEBOOK_PAGE_CHANGED)
23 wx.Panel.Destroy(self)
24
25 def pageChanged(self, event):
26 if self.parent.IsActive(self):

Callers 9

OnLeftDownMethod · 0.45
_updateInputsMethod · 0.45
SetPageMethod · 0.45
DeletePageMethod · 0.45
OnTimerMethod · 0.45
OnTimerMethod · 0.45
RemoveWidgetMethod · 0.45
RemoveAllChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected