From 9043ae270712e7606dab6f3e751760c1615f1dc1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 Nov 2006 20:17:40 +0000 Subject: [PATCH] Test for wx.TB_HORZ_LAYOUT too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ToolBar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/demo/ToolBar.py b/wxPython/demo/ToolBar.py index a72e294eca..025befd145 100644 --- a/wxPython/demo/ToolBar.py +++ b/wxPython/demo/ToolBar.py @@ -7,6 +7,7 @@ TBFLAGS = ( wx.TB_HORIZONTAL | wx.NO_BORDER | wx.TB_FLAT #| wx.TB_TEXT + #| wx.TB_HORZ_LAYOUT ) #---------------------------------------------------------------------------