]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbmp.h
fixed bug in Set() on DST days (patch 1097811)
[wxWidgets.git] / include / wx / univ / statbmp.h
index 42fbf0b0ee5b93b9ff448e158848132ba1cade64..b449ce6ff4d1afaad28b13d5f8bd4b20adfab1b3 100644 (file)
@@ -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
 
@@ -22,7 +22,7 @@
 // wxStaticBitmap
 // ----------------------------------------------------------------------------
 
-class wxStaticBitmap : public wxStaticBitmapBase
+class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase
 {
 public:
     wxStaticBitmap()
@@ -35,7 +35,7 @@ public:
                    const wxSize& size = wxDefaultSize,
                    long style = 0)
     {
-        Create(parent, -1, label, pos, size, style);
+        Create(parent, wxID_ANY, label, pos, size, style);
     }
 
     wxStaticBitmap(wxWindow *parent,
@@ -63,6 +63,8 @@ public:
 
     wxIcon GetIcon() const;
 
+    virtual bool HasTransparentBackground() { return true; }
+    
 private:
     virtual void DoDraw(wxControlRenderer *renderer);