,WXWPARAM wParam
,WXLPARAM lParam
);
+ void OnPaint(wxPaintEvent& rEvent);
protected:
virtual wxSize DoGetBestSize() const;
wxGDIImage* m_pImage;
private:
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
+ DECLARE_EVENT_TABLE()
}; // end of wxStaticBitmap
#endif