]>
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"
32 #include "wx/bitmap.h"
36 // ----------------------------------------------------------------------------
38 // ----------------------------------------------------------------------------
40 IMPLEMENT_DYNAMIC_CLASS(wxIcon
, wxGDIObject
)
42 // ============================================================================
44 // ============================================================================
46 // ----------------------------------------------------------------------------
48 // ----------------------------------------------------------------------------
50 void wxIconRefData::Free()
54 // ----------------------------------------------------------------------------
56 // ----------------------------------------------------------------------------
58 wxIcon::wxIcon(const char bits
[], int width
, int height
)
62 wxIcon::wxIcon(const wxString
& iconfile
,
70 wxIcon::wxIcon(const wxIconLocation
& loc
)
78 void wxIcon::CopyFromBitmap(const wxBitmap
& bmp
)
82 void wxIcon::CreateIconFromXpm(const char **data
)
86 bool wxIcon::LoadFile(const wxString
& filename
,
88 int desiredWidth
, int desiredHeight
)