]> git.saurik.com Git - wxWidgets.git/commitdiff
Test for wx.TB_HORZ_LAYOUT too
authorRobin Dunn <robin@alldunn.com>
Mon, 27 Nov 2006 20:17:40 +0000 (20:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 27 Nov 2006 20:17:40 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ToolBar.py

index a72e294ecaf793b957ca2db6b52631bda1ea6dae..025befd145b1c36625be62686da5b77271805e38 100644 (file)
@@ -7,6 +7,7 @@ TBFLAGS = ( wx.TB_HORIZONTAL
             | wx.NO_BORDER
             | wx.TB_FLAT
             #| wx.TB_TEXT
+            #| wx.TB_HORZ_LAYOUT
             )
 
 #---------------------------------------------------------------------------