added wxTB_HORZ_TEXT (patch 713813); documented it; moved toolbar styles to toolbar.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -55,7 +55,7 @@ public: | ||||
|  | ||||
| #if wxUSE_TOOLBAR | ||||
|     // create main toolbar bycalling OnCreateToolBar() | ||||
|     virtual wxToolBar* CreateToolBar(long style = wxNO_BORDER|wxTB_HORIZONTAL, | ||||
|     virtual wxToolBar* CreateToolBar(long style = -1, | ||||
|                                      wxWindowID id = -1, | ||||
|                                      const wxString& name = wxToolBarNameStr); | ||||
|     virtual void PositionToolBar(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user