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

Method _createBody

python/install/InstallWindow.py:107–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self.addCat(_("Patches"), Variables.playonlinux_env + "/resources/images/install/32/view-refresh.png", 9)
106
107 def _createBody(self):
108 self.installWindowBodyPanel = wx.Panel(self, -1)
109 self.windowSizer.Add(self.installWindowBodyPanel, 1, wx.EXPAND)
110 self.installWindowBodySizer = wx.BoxSizer(wx.VERTICAL)
111 self.installWindowBodyPanel.SetSizer(self.installWindowBodySizer)
112
113 def _createWaitPanel(self):
114 self.panelWait = wx.Panel(self.installWindowBodyPanel, -1)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected