]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/icon.h
wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif;
[wxWidgets.git] / include / wx / gtk / icon.h
index ee3176956838ea957d4bb9796c81a096c51ac3a8..2b54f60c059df2d5f09c8fd8d0e00db67b7e8e3b 100644 (file)
@@ -36,8 +36,9 @@ class wxIcon: public wxBitmap
 public:
 
   wxIcon(void);
-  wxIcon(const wxIcon& icon);
-  wxIcon(const wxIcon* icon);
+  wxIcon( const wxIcon& icon);
+  wxIcon( const wxIcon* icon);
+  wxIcon( const char **bits, int width=-1, int height=-1 );
   wxIcon( char **bits, int width=-1, int height=-1 );
 
   wxIcon& operator = (const wxIcon& icon);