X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2919ab326e60322b63ae9b5d50e83bb5156efce..ae072480721f82bda63771a4ef1d9ef278d2b1b0:/include/wx/msw/statbr95.h diff --git a/include/wx/msw/statbr95.h b/include/wx/msw/statbr95.h index fca1b43d8a..022c4e51ee 100644 --- a/include/wx/msw/statbr95.h +++ b/include/wx/msw/statbr95.h @@ -24,7 +24,7 @@ public: // ctors and such wxStatusBar95(); wxStatusBar95(wxWindow *parent, - wxWindowID id = -1, + wxWindowID id = wxID_ANY, long style = wxST_SIZEGRIP, const wxString& name = wxEmptyString) { @@ -32,7 +32,7 @@ public: } bool Create(wxWindow *parent, - wxWindowID id = -1, + wxWindowID id = wxID_ANY, long style = wxST_SIZEGRIP, const wxString& name = wxEmptyString); @@ -68,6 +68,10 @@ protected: // override base class virtual void DoMoveWindow(int x, int y, int width, int height); + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, + WXWPARAM wParam, + WXLPARAM lParam); + private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBar95) };