['wx', 'TreeCtrl', '', ''],
['wx.calendar', 'CalendarCtrl', '-1', ''],
['wx.calendar', 'CalendarCtrl', '-1, style=wx.calendar.CAL_SEQUENTIAL_MONTH_SELECTION', ''],
+['wx.calendar', 'CalendarCtrl', '-1', 'w.SetFont(wx.Font(12, wx.SWISS, wx.NORMAL, wx.NORMAL))\n'],
['wx.lib.stattext', 'GenStaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
]
bottomPanel = wx.Panel(p, style=wx.SUNKEN_BORDER, name="bottomPanel")
bottomPanel.SetMinSize((640,240))
- bottomPanel.SetOwnBackroundColour("light blue")
+ bottomPanel.SetOwnBackgroundColour("light blue")
self.testPanel = wx.Panel(bottomPanel, name="testPanel")
- self.testPanel.SetOwnBackroundColour((205, 183, 181)) # mistyrose3
+ self.testPanel.SetOwnBackgroundColour((205, 183, 181)) # mistyrose3
self.testWidget = None
self.infoPane = InfoPane(p)