Test for wx.TB_HORZ_LAYOUT too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-11-27 20:17:40 +00:00
parent 3611cec2e7
commit 9043ae2707

View File

@ -7,6 +7,7 @@ TBFLAGS = ( wx.TB_HORIZONTAL
| wx.NO_BORDER
| wx.TB_FLAT
#| wx.TB_TEXT
#| wx.TB_HORZ_LAYOUT
)
#---------------------------------------------------------------------------