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

Method AddToggleItem

gui/toggle_panel.py:72–73  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

70 pass
71
72 def AddToggleItem(self, item):
73 item.Bind(wx.EVT_LEFT_UP, self.ToggleContent)
74
75 def GetHeaderContentSizer(self):
76 return self.hcontent_sizer

Callers 4

InsertItemInHeaderMethod · 0.95
populatePanelMethod · 0.80
populatePanelMethod · 0.80
populatePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected