#include "wx/graphics.h"
#include "wx/image.h"
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
#include "../sample.xpm"
#endif
wxSTAY_ON_TOP),
m_currentState(STATE_SEETHROUGH)
{
- SetBackgroundColour(wxColour(255, 255, 255, 255));
+ SetBackgroundColour(*wxWHITE);
SetBackgroundStyle(wxBG_STYLE_TRANSPARENT);
}