#ifndef _WX_STATBMP_H_
#define _WX_STATBMP_H_
-#ifdef __GNUG__
-#pragma interface "statbmp.h"
-#endif
-
#include "wx/control.h"
#include "wx/icon.h"
,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