Add test for a stock button

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-04 02:08:09 +00:00
parent 1d14e1836a
commit 4b13569ffb

View File

@@ -56,4 +56,5 @@
['wx.lib.stattext', 'GenStaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
['wx.grid', 'Grid', '', 'w.CreateGrid(5,5)\n'],
['wx.grid', 'Grid', 'size=(400,200)', 'w.CreateGrid(100,50)\n'],
['wx', 'Button', 'wx.ID_SAVE', ''],
]