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:
@@ -18,7 +18,7 @@ class TestToolBar(wx.Frame):
|
|||||||
tb = self.CreateToolBar( wx.TB_HORIZONTAL
|
tb = self.CreateToolBar( wx.TB_HORIZONTAL
|
||||||
| wx.NO_BORDER
|
| wx.NO_BORDER
|
||||||
| wx.TB_FLAT
|
| wx.TB_FLAT
|
||||||
| wx.TB_TEXT
|
#| wx.TB_TEXT
|
||||||
)
|
)
|
||||||
|
|
||||||
# Here's a 'simple' toolbar example, and how to bind it using SetToolBar()
|
# Here's a 'simple' toolbar example, and how to bind it using SetToolBar()
|
||||||
|
Reference in New Issue
Block a user