From: Robin Dunn Date: Tue, 29 Aug 2006 19:11:53 +0000 (+0000) Subject: Turn off TB_TEXT by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8989034ec9e61b79d2b41c9b582f2e1164951693 Turn off TB_TEXT by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ToolBar.py b/wxPython/demo/ToolBar.py index 750ae637f4..69e438d2d5 100644 --- a/wxPython/demo/ToolBar.py +++ b/wxPython/demo/ToolBar.py @@ -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()