This commit was manufactured by cvs2svn to create tag 'wxPy_2_5_2_8'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/wxPy_2_5_2_8@28938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2004-08-27 23:13:27 +00:00
parent 2679196c7e
commit 239cb23e28
31 changed files with 160 additions and 6760 deletions

View 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'],
]