X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/motif/button.h diff --git a/include/wx/motif/button.h b/include/wx/motif/button.h index dc2feeb89d..a0034575bc 100644 --- a/include/wx/motif/button.h +++ b/include/wx/motif/button.h @@ -12,10 +12,6 @@ #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(); };