// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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);