#include "wx/xrc/xh_stbmp.h"
#include "wx/statbmp.h"
+IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmapXmlHandler, wxXmlResourceHandler)
+
wxStaticBitmapXmlHandler::wxStaticBitmapXmlHandler()
: wxXmlResourceHandler()
{
bmp->Create(m_parentAsWindow,
GetID(),
- GetBitmap(wxT("bitmap"), GetSize()),
+ GetBitmap(wxT("bitmap"), wxART_OTHER, GetSize()),
GetPosition(), GetSize(),
GetStyle(),
GetName());