(self, event)
| 744 | self.fitMultiSwitch.AddPage() |
| 745 | |
| 746 | def toggleShipMarket(self, event): |
| 747 | sel = self.notebookBrowsers.GetSelection() |
| 748 | self.notebookBrowsers.SetSelection(0 if sel == 1 else 1) |
| 749 | |
| 750 | def toggleSearchBox(self, event): |
| 751 | sel = self.notebookBrowsers.GetSelection() |
nothing calls this directly
no test coverage detected