Updated layout test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-03 20:34:05 +00:00
parent a8d55739f8
commit 3bcdbe527f
3 changed files with 22 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
['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'],