]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
compilation fix for Borland C++
[wxWidgets.git] / include / wx / msw / tbar95.h
index daa168e3d63a4d0828abb4d64f0f34e7a9e612be..ec80d8d95684dcd6d47446750adf13ee8c4e6312 100644 (file)
@@ -54,6 +54,9 @@ public:
 
     virtual void SetRows(int nRows);
 
+    virtual void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
+    virtual void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
+
     // implementation only from now on
     // -------------------------------
 
@@ -101,7 +104,9 @@ protected:
                                           wxObject *clientData,
                                           const wxString& shortHelp,
                                           const wxString& longHelp);
-    virtual wxToolBarToolBase *CreateTool(wxControl *control);
+
+    virtual wxToolBarToolBase *CreateTool(wxControl *control,
+                                          const wxString& label);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;