]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbmp.h
restored wxPluginLibrary::ms_classes handling code that was removed by mistake
[wxWidgets.git] / include / wx / univ / statbmp.h
index 7579b0b887f78759fb8caa38d5032efd04570bc1..60ad9441fa4ee66903de3778948be8467110a137 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     25.08.00
 // RCS-ID:      $Id$
 // Modified by:
 // Created:     25.08.00
 // RCS-ID:      $Id$
-// Copyright:   (c) 2000 Vadim Zeitlin
+// Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIV_STATBMP_H_
 #define _WX_UNIV_STATBMP_H_
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIV_STATBMP_H_
 #define _WX_UNIV_STATBMP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univstatbmp.h"
 #endif
 
     #pragma interface "univstatbmp.h"
 #endif
 
@@ -63,6 +63,8 @@ public:
 
     wxIcon GetIcon() const;
 
 
     wxIcon GetIcon() const;
 
+    virtual bool HasTransparentBackground() { return TRUE; }
+    
 private:
     virtual void DoDraw(wxControlRenderer *renderer);
 
 private:
     virtual void DoDraw(wxControlRenderer *renderer);