(self)
| 230 | wx.PostEvent(self.mainFrame, FitSelected(fitID=fitID)) |
| 231 | |
| 232 | def Destroy(self): |
| 233 | pyfalog.debug("+++++ Destroy " + repr(self)) |
| 234 | d.Display.Destroy(self) |
| 235 | |
| 236 | def pageChanged(self, event): |
| 237 | if self.parent.IsActive(self): |
nothing calls this directly
no outgoing calls
no test coverage detected