]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/icon.h
Fixed nasty bug wxFont
[wxWidgets.git] / include / wx / gtk1 / icon.h
index ee3176956838ea957d4bb9796c81a096c51ac3a8..4f0a9b53245d08d2f99ff22be95a458aabeadacd 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -35,9 +35,9 @@ class wxIcon: public wxBitmap
 
 public:
 
-  wxIcon(void);
-  wxIcon(const wxIcon& icon);
-  wxIcon(const wxIcon* icon);
+  wxIcon();
+  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);