]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/icon.h
Added wxFrame::OnCreateStatusBar and ToolBar
[wxWidgets.git] / include / wx / gtk / icon.h
index edb7ab07fe6f94cdcbb19b9afebe2fff437e22de..a79e4906efbcd2ae00a4d9305feb91ac715e8cc7 100644 (file)
@@ -40,10 +40,8 @@ public:
 
   inline wxIcon(const wxIcon& icon) { Ref(icon); }
   inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
-
-  wxIcon( char **bits, const int WXUNUSED(width), const int WXUNUSED(height) ) :
-    wxBitmap( bits ) {};
-    
+  wxIcon( char **bits, int width=-1, int height=-1 );
+  
   inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }
   inline bool operator == (const wxIcon& icon) { return m_refData == icon.m_refData; }
   inline bool operator != (const wxIcon& icon) { return m_refData != icon.m_refData; }