]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
wxUniv compilation fixes
[wxWidgets.git] / include / wx / univ / frame.h
index 6e9b24f1d5112130306a71b586a1014b888caa11..4419dea5bd7101208eb0c6730939e02befa446d9 100644 (file)
@@ -53,6 +53,13 @@ public:
                                          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);