(self, type, fitID)
| 225 | self.addModule(x, y, int(data[1])) |
| 226 | |
| 227 | def handleDrag(self, type, fitID): |
| 228 | # Those are drags coming from pyfa sources, NOT builtin wx drags |
| 229 | if type == "fit": |
| 230 | wx.PostEvent(self.mainFrame, FitSelected(fitID=fitID)) |
| 231 | |
| 232 | def Destroy(self): |
| 233 | pyfalog.debug("+++++ Destroy " + repr(self)) |