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:
@@ -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', ''],
|
||||
]
|
||||
|
Reference in New Issue
Block a user