Added wxGrid test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6f845b2215
commit
1a57da10c0
@ -54,4 +54,5 @@
|
||||
['wx.calendar', 'CalendarCtrl', '-1, style=wx.calendar.CAL_SEQUENTIAL_MONTH_SELECTION', ''],
|
||||
['wx.calendar', 'CalendarCtrl', '-1', 'w.SetFont(wx.Font(12, wx.SWISS, wx.NORMAL, wx.NORMAL))\n'],
|
||||
['wx.lib.stattext', 'GenStaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
|
||||
['wx.grid', 'Grid', 'size=(200,200)', 'w.CreateGrid(10,5)\n'],
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user