]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/misc/widgetLayoutTest.cfg
use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't...
[wxWidgets.git] / wxPython / misc / widgetLayoutTest.cfg
index 13ee60dc5311db247d976ff26eb00ba5875951d0..2657286b6630c0498ee18864906e1be4e87b1c8e 100644 (file)
@@ -54,4 +54,6 @@
 ['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', '', 'w.CreateGrid(5,5)\n'],
+['wx.grid', 'Grid', 'size=(400,200)', 'w.CreateGrid(100,50)\n'],
 ]