]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
Move wxMulDivInt32 to common math.
[wxWidgets.git] / include / wx / statbmp.h
index e0e4566370a49248554c847975c496014cb55fee..d215bc3bda67f84775711e190df113b216fae694 100644 (file)
 #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;