X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3870b2ff595ba4bb4f0397ace77ceeb9628e94d..9c54e4ae1f401a9c337b97b588e5a356d79cbe82:/include/wx/univ/statbmp.h?ds=sidebyside diff --git a/include/wx/univ/statbmp.h b/include/wx/univ/statbmp.h index 42fbf0b0ee..60ad9441fa 100644 --- a/include/wx/univ/statbmp.h +++ b/include/wx/univ/statbmp.h @@ -12,7 +12,7 @@ #ifndef _WX_UNIV_STATBMP_H_ #define _WX_UNIV_STATBMP_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "univstatbmp.h" #endif @@ -63,6 +63,8 @@ public: wxIcon GetIcon() const; + virtual bool HasTransparentBackground() { return TRUE; } + private: virtual void DoDraw(wxControlRenderer *renderer);