Tweaks to work around wxMac bugs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-07 01:55:27 +00:00
parent f20a2e1f40
commit 0bdcd2f507
2 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[
['wx', 'BitmapButton', '-1, wx.Bitmap("image.png")', ''],
['wx', 'Button', '-1, "normal"', ''],
['wx', 'Button', '-1, "sized", size=(200,100)', ''],
['wx', 'Button', '-1, "default"', 'w.SetDefault()'],
['wx', 'Button', '-1, "with a longer, longer label"', ''],
['wx.calendar', 'CalendarCtrl', '-1', ''],
['wx', 'CheckBox', '-1, "checkbox"', ''],