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

Method handleDrag

gui/multiSwitch.py:34–38  ·  view source on GitHub ↗
(self, type, info)

Source from the content-addressed store, hash-verified

32 handlers.append(type(self))
33
34 def handleDrag(self, type, info):
35 for handler in self.handlers:
36 h = getattr(handler, "handleDrag", None)
37 if h:
38 h(type, info)
39
40 def AddPage(self, tabWnd=None, tabTitle=None, tabImage=None):
41 tabTitle = tabTitle or _t("Empty Tab")

Callers 1

AddPageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected