Turn off TB_TEXT by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-29 19:11:53 +00:00
parent 64117075ab
commit 8989034ec9

View File

@@ -18,7 +18,7 @@ class TestToolBar(wx.Frame):
tb = self.CreateToolBar( wx.TB_HORIZONTAL
| wx.NO_BORDER
| wx.TB_FLAT
| wx.TB_TEXT
#| wx.TB_TEXT
)
# Here's a 'simple' toolbar example, and how to bind it using SetToolBar()