]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbmp.h
fixed virtual function hiding for LoadBitmap()
[wxWidgets.git] / include / wx / gtk / statbmp.h
index 642e70844846235ccc6c4c14e9097f7780df00df..241b5352ed44f1fdf51bd624535a58a7c8055145 100644 (file)
@@ -21,7 +21,7 @@
 // wxStaticBitmap
 //-----------------------------------------------------------------------------
 
-class wxStaticBitmap : public wxStaticBitmapBase
+class WXDLLIMPEXP_CORE wxStaticBitmap : public wxStaticBitmapBase
 {
 public:
     wxStaticBitmap();
@@ -52,10 +52,10 @@ public:
         return (const wxIcon &)m_bitmap;
     }
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
 private:
-    // creates the new pixmap widget
-    void CreatePixmapWidget();
-
     wxBitmap   m_bitmap;
 
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)