]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Reuse wxMessageOutputStderr for wxLogStderr implementation.
[wxWidgets.git] / include / wx / msw / statbmp.h
index 9466edf5122f352c3b587efa5bb9d4a2e735f638..6d5802c0085c9afa86dc45ca84e82678cbb02fca 100644 (file)
@@ -76,6 +76,7 @@ protected:
     void DoPaintManually(wxPaintEvent& event);
 #endif // !__WXWINCE__
 
+    void WXHandleSize(wxSizeEvent& event);
 
     // we can have either an icon or a bitmap
     bool m_isIcon;
@@ -86,6 +87,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
+    wxDECLARE_EVENT_TABLE();
     wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);
 };