]> git.saurik.com Git - wxWidgets.git/commitdiff
Turn off TB_TEXT by default
authorRobin Dunn <robin@alldunn.com>
Tue, 29 Aug 2006 19:11:53 +0000 (19:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 29 Aug 2006 19:11:53 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ToolBar.py

index 750ae637f40325d3b7244e0c18cec73947eab875..69e438d2d5ee39d1062bfe5f9d51b2054cd99c3b 100644 (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()