X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c299c3ab663257429983c24e6fb71450f3cf9f1..84882850e5e71939d541c1788b8446576a41ca30:/include/wx/os2/statbmp.h diff --git a/include/wx/os2/statbmp.h b/include/wx/os2/statbmp.h index bc7d4e58fc..445b9589de 100644 --- a/include/wx/os2/statbmp.h +++ b/include/wx/os2/statbmp.h @@ -12,15 +12,9 @@ #ifndef _WX_STATBMP_H_ #define _WX_STATBMP_H_ -#ifdef __GNUG__ -#pragma interface "statbmp.h" -#endif - #include "wx/control.h" #include "wx/icon.h" -WXDLLEXPORT_DATA(extern const char*) wxStaticBitmapNameStr; - class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase { public: @@ -64,6 +58,7 @@ class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase ,WXWPARAM wParam ,WXLPARAM lParam ); + void OnPaint(wxPaintEvent& rEvent); protected: virtual wxSize DoGetBestSize() const; @@ -81,6 +76,7 @@ protected: wxGDIImage* m_pImage; private: DECLARE_DYNAMIC_CLASS(wxStaticBitmap) + DECLARE_EVENT_TABLE() }; // end of wxStaticBitmap #endif