(self, show)
| 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) |
no test coverage detected