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

Method initHeader

gui/builtinPreferenceViews/dummyView.py:51–58  ·  view source on GitHub ↗
(self, panel)

Source from the content-addressed store, hash-verified

49 pass
50
51 def initHeader(self, panel):
52 headerSizer = wx.BoxSizer(wx.VERTICAL)
53 self.stTitle = wx.StaticText(panel, wx.ID_ANY, "Dummy", wx.DefaultPosition, wx.DefaultSize, 0)
54 self.stTitle.Wrap(-1)
55 self.stTitle.SetFont(wx.Font(14, 70, 90, 90, False, wx.EmptyString))
56 headerSizer.Add(self.stTitle, 0, wx.ALL, 5)
57
58 return headerSizer
59
60 def initContent(self, panel):
61 contentSizer = wx.BoxSizer(wx.VERTICAL)

Callers 1

populatePanelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected