void DoPaintManually(wxPaintEvent& event);
#endif // !__WXWINCE__
+ void WXHandleSize(wxSizeEvent& event);
// we can have either an icon or a bitmap
bool m_isIcon;
private:
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
+ wxDECLARE_EVENT_TABLE();
wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);
};