X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1f36ff823aa21414b756cbe451853d1f1338fd9..8a0681f9338345d0ef32b2ad809d49fd20861119:/include/wx/msw/button.h?ds=inline diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index 6888ee443a..8af354a03a 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -53,19 +53,14 @@ public: // implementation from now on virtual void Command(wxCommandEvent& event); + virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); virtual bool MSWCommand(WXUINT param, WXWORD id); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, - WXHWND pWnd, - WXUINT nCtlColor, - WXUINT message, - WXWPARAM wParam, - WXLPARAM lParam); protected: // send a notification event, return TRUE if processed bool SendClickEvent(); - virtual wxSize DoGetBestSize(); + virtual wxSize DoGetBestSize() const; }; #endif