git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12659
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxString& name = wxStatusLineNameStr);
#endif // wxUSE_STATUSBAR
+#if wxUSE_TOOLBAR
+ // create main toolbar bycalling OnCreateToolBar()
+ virtual wxToolBar* CreateToolBar(long style = wxNO_BORDER|wxTB_HORIZONTAL,
+ wxWindowID id = -1,
+ const wxString& name = wxToolBarNameStr);
+ virtual void PositionToolBar();
+#endif // wxUSE_TOOLBAR
protected:
void OnSize(wxSizeEvent& event);