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

Method ShowNewFitButton

gui/builtinShipBrowser/navigationPanel.py:162–164  ·  view source on GitHub ↗
(self, show)

Source from the content-addressed store, hash-verified

160 wx.PostEvent(self.shipBrowser, Stage2Selected(categoryID=categoryID, back=True))
161
162 def ShowNewFitButton(self, show):
163 self.btnNew.Show(show)
164 self.Refresh()
165
166 def ShowSwitchEmptyGroupsButton(self, show):
167 self.btnSwitch.Show(show)

Callers 5

stage1Method · 0.80
stage2Method · 0.80
stage3Method · 0.80
searchStageMethod · 0.80
importStageMethod · 0.80

Calls 2

ShowMethod · 0.45
RefreshMethod · 0.45

Tested by

no test coverage detected