]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/bmpbuttn.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / osx / carbon / bmpbuttn.cpp
index cde7745150b52ef07375677fe5fe4d923b09ee26..a655e9cb6980ab2c4a20856a831e2d3645347f12 100644 (file)
@@ -27,7 +27,7 @@ namespace
 
 // define a derived class to override SetBitmap() and also to provide
 // InitButtonContentInfo() helper used by CreateBitmapButton()
 
 // define a derived class to override SetBitmap() and also to provide
 // InitButtonContentInfo() helper used by CreateBitmapButton()
-class wxMacBitmapButton : public wxMacControl
+class wxMacBitmapButton : public wxMacControl, public wxButtonImpl
 {
 public:
     wxMacBitmapButton(wxWindowMac* peer, const wxBitmap& bitmap, int style)
 {
 public:
     wxMacBitmapButton(wxWindowMac* peer, const wxBitmap& bitmap, int style)
@@ -70,6 +70,11 @@ public:
                                 m_isIcon ? kControlContentIconRef : 0);
     }
 
                                 m_isIcon ? kControlContentIconRef : 0);
     }
 
+    void SetPressedBitmap( const wxBitmap& WXUNUSED(bitmap) )
+    {
+        // not implemented under Carbon
+    }
+
 private:
     // helper function: returns true if the given bitmap is of one of standard
     // sizes supported by OS X icons
 private:
     // helper function: returns true if the given bitmap is of one of standard
     // sizes supported by OS X icons