]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/icon.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/icon.cpp
3 // Purpose: wxIcon class
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
33 #include "wx/bitmap.h"
37 // ----------------------------------------------------------------------------
39 // ----------------------------------------------------------------------------
41 IMPLEMENT_DYNAMIC_CLASS(wxIcon
, wxGDIObject
)
43 // ============================================================================
45 // ============================================================================
47 // ----------------------------------------------------------------------------
49 // ----------------------------------------------------------------------------
51 void wxIconRefData::Free()
55 // ----------------------------------------------------------------------------
57 // ----------------------------------------------------------------------------
59 wxIcon::wxIcon(const char bits
[], int width
, int height
)
63 wxIcon::wxIcon(const wxString
& iconfile
,
71 wxIcon::wxIcon(const wxIconLocation
& loc
)
79 void wxIcon::CopyFromBitmap(const wxBitmap
& bmp
)
83 void wxIcon::CreateIconFromXpm(const char **data
)
87 bool wxIcon::LoadFile(const wxString
& filename
,
89 int desiredWidth
, int desiredHeight
)