MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handleDrag

Method handleDrag

gui/builtinViews/fittingView.py:227–230  ·  view source on GitHub ↗
(self, type, fitID)

Source from the content-addressed store, hash-verified

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))

Callers 1

handleDragMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected