]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup after an exteption in the postcreate code, added StaticText tests.
authorRobin Dunn <robin@alldunn.com>
Mon, 3 May 2004 23:06:48 +0000 (23:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 3 May 2004 23:06:48 +0000 (23:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/misc/widgetLayoutTest.cfg
wxPython/misc/widgetLayoutTest.py

index fb7e4bda012fa7d4b039ff1e97add672205d8d42..98a59ec66407823a4ecee6c13c4afb9c0209066d 100644 (file)
@@ -37,4 +37,6 @@
 ['wx', 'Slider', '-1, 20, 0, 100, style=wx.SL_VERTICAL|wx.SL_LABELS', ''],
 ['wx', 'Panel', 'size=(150,150)', ''],
 ['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")'],
 ]
index b2bea7a79154be99b64d181c1775b070eaf30e8c..ebe741b6c29bb2436beafb7da3276549fd753257 100644 (file)
@@ -295,6 +295,7 @@ class LayoutTestFrame(wx.Frame):
                 wx.MessageBox("Got a '%s' Exception!" % e.__class__.__name__, "Error")
                 import traceback
                 traceback.print_exc()
+                w.Destroy()
                 return
             
         # Put the widget in a sizer and the sizer in the testPanel