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

Method AddSizer

gui/toggle_panel.py:86–88  ·  view source on GitHub ↗
(self, sizer)

Source from the content-addressed store, hash-verified

84 self.Layout()
85
86 def AddSizer(self, sizer):
87 self.content_sizer.Add(sizer, 0, wx.EXPAND | wx.ALL, 0)
88 self.Layout()
89
90 def GetContentPanel(self):
91 return self.content_panel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected