]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
argh, added missing comma in last commit
[wxWidgets.git] / include / wx / msw / tbar95.h
index 508dad108a9425e0f68ccf122ad75625377df3d1..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
     // -------------------------------
 
@@ -118,6 +121,9 @@ protected:
     // unneeded
     void CreateDisabledImageList();
 
+    // get the Windows toolbar style of this control
+    long GetMSWToolbarStyle() const;
+
 
     // the big bitmap containing all bitmaps of the toolbar buttons
     WXHBITMAP m_hBitmap;