#pragma interface "statbmp.h"
#endif
-#include "wx/control.h"
+#include "wx/motif/bmpmotif.h"
#include "wx/icon.h"
WXDLLEXPORT_DATA(extern const char*) wxStaticBitmapNameStr;
virtual void ChangeBackgroundColour();
virtual void ChangeForegroundColour();
+protected:
+ void DoSetBitmap();
+
protected:
wxBitmap m_messageBitmap;
+ wxBitmap m_messageBitmapOriginal;
+ wxBitmapCache m_bitmapCache;
};
#endif