]> git.saurik.com Git - wxWidgets.git/commitdiff
added notebook test
authorRobin Dunn <robin@alldunn.com>
Tue, 4 May 2004 03:09:42 +0000 (03:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 4 May 2004 03:09:42 +0000 (03:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/misc/widgetLayoutTest.cfg

index 98a59ec66407823a4ecee6c13c4afb9c0209066d..471f6f61497fe603b96de8c9550258c08ab5069c 100644 (file)
@@ -39,4 +39,5 @@
 ['wx', 'StaticText', '-1, "normal"', ''],
 ['wx', 'StaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
 ['wx', 'StaticText', '-1, "normal"', 'w.SetLabel("This is a longer label")'],
+['wx', 'Notebook', '', 'p = wx.Panel(w)\np.SetSizeHints((150,150))\nw.AddPage(p, "test")\n'],
 ]