#ifndef __BMPBUTTONH__
#define __BMPBUTTONH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
protected:
virtual void OnSetBitmap();
+ virtual wxSize DoGetBestSize() const;
void Init();