MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / bindContext

Method bindContext

gui/characterEditor.py:725–726  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

723 self.pluggedImplantsTree.Bind(wx.EVT_CONTEXT_MENU, self.spawnMenu)
724
725 def bindContext(self):
726 self.Parent.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged)
727
728 def contextChanged(self, event):
729 BaseImplantEditorView.contextChanged(self, event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected