]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbmp.h
Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now
[wxWidgets.git] / include / wx / gtk / statbmp.h
index cfedc1c50230334731ac9e6605809c2924c34787..0d9bcddfb33f290b0590bc96bd780fc43eb1ecff 100644 (file)
@@ -74,7 +74,16 @@ public:
         return (const wxIcon &)m_bitmap;
     }
 
+    // for compatibility with wxMSW
+    void  SetIcon(const wxIcon& icon)
+    {
+        SetBitmap( icon );
+    }
+
 private:
+    // creates the new pixmap widget
+    void CreatePixmapWidget();
+
     wxBitmap   m_bitmap;
 };