]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ToolBar.py
some tweaks
[wxWidgets.git] / 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()