X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c299c3ab663257429983c24e6fb71450f3cf9f1..ef094fa075bc56bcbc33b12159c395ea28afda3b:/include/wx/os2/statbmp.h diff --git a/include/wx/os2/statbmp.h b/include/wx/os2/statbmp.h index bc7d4e58fc..4f34c65d5f 100644 --- a/include/wx/os2/statbmp.h +++ b/include/wx/os2/statbmp.h @@ -19,8 +19,6 @@ #include "wx/control.h" #include "wx/icon.h" -WXDLLEXPORT_DATA(extern const char*) wxStaticBitmapNameStr; - class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase { public: @@ -64,6 +62,7 @@ class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase ,WXWPARAM wParam ,WXLPARAM lParam ); + void OnPaint(wxPaintEvent& rEvent); protected: virtual wxSize DoGetBestSize() const; @@ -81,6 +80,7 @@ protected: wxGDIImage* m_pImage; private: DECLARE_DYNAMIC_CLASS(wxStaticBitmap) + DECLARE_EVENT_TABLE() }; // end of wxStaticBitmap #endif