+['wx', 'StaticText', '-1, "normal"', 'w.SetLabel("This is a longer label")'],
+['wx', 'StaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
+['wx', 'TextCtrl', '-1, "default"', ''],
+['wx', 'TextCtrl', '-1, "larger size", size=(200, -1)', ''],
+['wx', 'TextCtrl', '-1, "small", size=(30,-1)', ''],
+['wx', 'TextCtrl', '-1, "some\\ndefault text\\n", size=(200, -1), style=wx.TE_MULTILINE', 'w.AppendText("Here is some more text\\n")'],
+['wx', 'TreeCtrl', '', ''],
+['wx', 'StaticBox', '-1, "label"', ''],
+['wx', 'StaticBox', '-1, "a longer label"', ''],
+['wx', 'StaticBox', '-1, "with a size", size=(100,75)', ''],
+['wx', 'StaticLine', '-1, size=(100,-1), style=wx.LI_HORIZONTAL', ''],
+['wx', 'StaticLine', '-1, size=(-1,100), style=wx.LI_VERTICAL', ''],