X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/statbmp.h diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index e0e4566370..d215bc3bda 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -12,10 +12,6 @@ #ifndef _WX_STATBMP_H_BASE_ #define _WX_STATBMP_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statbmpbase.h" -#endif - #include "wx/defs.h" #if wxUSE_STATBMP @@ -42,6 +38,7 @@ public: // overriden base class virtuals virtual bool AcceptsFocus() const { return false; } + virtual bool HasTransparentBackground() { return true; } protected: virtual wxSize DoGetBestSize() const;