From: Robin Dunn Date: Thu, 4 May 2006 02:08:09 +0000 (+0000) Subject: Add test for a stock button X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4b13569ffb02e1b545706f14c6b28e5b119248d7 Add test for a stock button git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/misc/widgetLayoutTest.cfg b/wxPython/misc/widgetLayoutTest.cfg index 77fe22a28e..fa9661b03e 100644 --- a/wxPython/misc/widgetLayoutTest.cfg +++ b/wxPython/misc/widgetLayoutTest.cfg @@ -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', ''], ]