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

Method bindContext

gui/setEditor.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
94
95 def bindContext(self):
96 self.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged)
97
98 def getImplantsFromContext(self):
99 sIS = ImplantSets.getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected