]>
git.saurik.com Git - wxWidgets.git/blob - src/gtk/icon.cpp
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #pragma implementation "icon.h"
17 //-----------------------------------------------------------------------------
19 //-----------------------------------------------------------------------------
21 IMPLEMENT_DYNAMIC_CLASS(wxIcon
,wxBitmap
)
23 wxIcon::wxIcon( char **bits
, int WXUNUSED(width
), int WXUNUSED(height
) ) :
28 wxIcon::wxIcon() : wxBitmap()
32 wxIcon::wxIcon(const wxIcon
& icon
) : wxBitmap()
37 wxIcon::wxIcon(const wxIcon
* icon
) : wxBitmap()
42 wxIcon
& wxIcon::operator = (const wxIcon
& icon
)
44 if (*this == icon
) return (*this);