#include "wx/string.h"
#include "wx/palette.h"
#include "wx/gdiobj.h"
-#include "wx/rawbmp.h"
#ifdef __WXGTK20__
typedef struct _GdkPixbuf GdkPixbuf;
#endif
+class WXDLLEXPORT wxPixelDataBase;
+
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
void *GetRawData(wxPixelDataBase& data, int bpp);
void UngetRawData(wxPixelDataBase& data);
+ bool HasAlpha() const { return true; }
+ void UseAlpha() { }
+
protected:
bool CreateFromXpm(const char **bits);
bool CreateFromImage(const wxImage& image, int depth);