['wx', 'BitmapButton', '-1, wx.Bitmap("image.png")'],
['wx', 'StaticBitmap', '-1, wx.Bitmap("image.png")'],
['wx.calendar', 'CalendarCtrl', '-1'],
-['wx', 'CheckListBox', '-1, choices="one two three four five six seven eight".split()'],
+['wx', 'CheckListBox', '-1, size=(100,-1), choices="one two three four five six seven eight".split()'],
['wx', 'Choice', '-1, choices="one two three four five six seven eight".split()'],
['wx', 'ComboBox', '-1, choices="one two three four five six seven eight".split(), value="default"'],
['wx', 'Gauge', '-1, 100'],