]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbmp.h
check for WXWIN_COMPATIBLITY settings, they affect binary compatibility
[wxWidgets.git] / include / wx / univ / statbmp.h
index 940827f806dad40958053ace76eefe57d54cd7b7..60ad9441fa4ee66903de3778948be8467110a137 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef _WX_UNIV_STATBMP_H_
 #define _WX_UNIV_STATBMP_H_
 
-#ifdef __GNUG__
-    #pragma interface "statbmp.h"
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+    #pragma interface "univstatbmp.h"
 #endif
 
 #include "wx/bitmap.h"
@@ -63,6 +63,8 @@ public:
 
     wxIcon GetIcon() const;
 
+    virtual bool HasTransparentBackground() { return TRUE; }
+    
 private:
     virtual void DoDraw(wxControlRenderer *renderer);