]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bmpbuttn.h
added some macros to define version strings from version number (instead of having...
[wxWidgets.git] / include / wx / motif / bmpbuttn.h
index 68a92fb88651d48ef1a57453516a0e8e5c97bac4..d385c6ac694809053f055a4e92cc3710e2e30fd9 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/button.h"
 #endif
 
 #include "wx/button.h"
+#include "wx/bitmap.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
 
 
 WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
 
@@ -70,6 +71,7 @@ public:
     // Implementation
     void DoSetBitmap();
     virtual void ChangeBackgroundColour();
     // Implementation
     void DoSetBitmap();
     virtual void ChangeBackgroundColour();
+    virtual wxSize DoGetBestSize() const;
     
 protected:
     wxBitmap m_buttonBitmapFocus;
     
 protected:
     wxBitmap m_buttonBitmapFocus;