]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/button.h
added wxString::rbegin() and rend()
[wxWidgets.git] / include / wx / motif / button.h
index dc2feeb89d1839730ea8f9be98083b45d5d68cb9..a0034575bcc8cf3c9d5522447ab0c2b2c1a47ac9 100644 (file)
 #ifndef _WX_BUTTON_H_
 #define _WX_BUTTON_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "button.h"
-#endif
-
 // Pushbutton
 class WXDLLEXPORT wxButton: public wxButtonBase
 {
@@ -49,7 +45,9 @@ public:
     // Implementation
 private:
     virtual wxSize DoGetBestSize() const;
+    virtual wxSize GetMinSize() const;
     wxSize OldGetBestSize() const;
+    wxSize OldGetMinSize() const;
     void SetDefaultShadowThicknessAndResize();
 };