#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
{
// Implementation
private:
virtual wxSize DoGetBestSize() const;
+ virtual wxSize GetMinSize() const;
wxSize OldGetBestSize() const;
+ wxSize OldGetMinSize() const;
void SetDefaultShadowThicknessAndResize();
};