First pass at wxPython for Mac (darwin only so far). It
builds but doesn't run yet. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,13 +57,13 @@ public:
|
||||
class wxBitmap : public wxGDIObject
|
||||
{
|
||||
public:
|
||||
wxBitmap(const wxString& name, wxBitmapType type);
|
||||
wxBitmap(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
|
||||
~wxBitmap();
|
||||
|
||||
wxPalette* GetPalette();
|
||||
wxMask* GetMask();
|
||||
bool LoadFile(const wxString& name, long flags);
|
||||
bool SaveFile(const wxString& name, int type, wxPalette* palette = NULL);
|
||||
bool LoadFile(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
|
||||
bool SaveFile(const wxString& name, wxBitmapType type, wxPalette* palette = NULL);
|
||||
void SetMask(wxMask* mask);
|
||||
#ifdef __WXMSW__
|
||||
void SetPalette(wxPalette& palette);
|
||||
|
Reference in New Issue
Block a user