MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / _createMain

Method _createMain

python/setupwindow/POL_SetupFrame.py:135–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 self.CancelButton.Enable(False)
134
135 def _createMain(self):
136 self.contentPanel = wx.Panel(self, -1)
137 self.mainSizer.Add(self.contentPanel, 1, wx.EXPAND)
138
139 def _createPresentationPanel(self):
140 self.presentationPanel = wx.Panel(self, -1)

Callers 1

_createUIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected