]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
Avoid do-nothing virtuals in WinCE.
[wxWidgets.git] / include / wx / msw / tbar95.h
index daa168e3d63a4d0828abb4d64f0f34e7a9e612be..4a3be73333eb42aad3410d9c5c05b48e368465ef 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
     // -------------------------------