]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
use the native wxImageList under Win32 as otherwise xUniv doesn't link currently
[wxWidgets.git] / include / wx / univ / frame.h
index 6e9b24f1d5112130306a71b586a1014b888caa11..a181bba996084f7ed949eba8d5d2573be0384047 100644 (file)
@@ -53,6 +53,16 @@ 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
+
+    virtual int GetMinWidth() const;
+    virtual int GetMinHeight() const;
 
 protected:
     void OnSize(wxSizeEvent& event);