]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bmpbuttn.h
Line-up deprecated interface of wxTreeCtrl between ports.
[wxWidgets.git] / include / wx / os2 / bmpbuttn.h
index d6ae3d84f3cee413c9a89ccc57c968236a5f8349..905d372a225d8aeb7267295491f6ade6a9214b3a 100644 (file)
@@ -13,8 +13,9 @@
 #define _WX_BMPBUTTN_H_
 
 #include "wx/button.h"
 #define _WX_BMPBUTTN_H_
 
 #include "wx/button.h"
+#include "wx/dcclient.h"
 
 
-WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxButtonNameStr[];
 
 #define wxDEFAULT_BUTTON_MARGIN 4
 
 
 #define wxDEFAULT_BUTTON_MARGIN 4
 
@@ -62,13 +63,6 @@ public:
         SetBitmapLabel(rBitmap);
     }
 
         SetBitmapLabel(rBitmap);
     }
 
-#if WXWIN_COMPATIBILITY
-    wxBitmap* GetBitmap(void) const
-    {
-        return (wxBitmap *)&m_buttonBitmap;
-    }
-#endif
-
     //
     // Implementation
     //
     //
     // Implementation
     //