X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94a77ff7aff70d0a44ae62ca3173151ad2ce6e44..b63178102175bec0fbc7d905567edaf1822cd238:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index d02f98dcd8..5667010c9a 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -83,9 +83,8 @@ public: // MSW only virtual bool MSWCommand(WXUINT param, WXWORD id); - long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, - WXUINT message, WXWPARAM wParam, WXLPARAM lParam); + WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); + virtual WXHBRUSH MSWControlColor(WXHDC hDC, WXHWND hWnd); protected: virtual void DoMoveWindow(int x, int y, int width, int height); @@ -101,6 +100,8 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); + virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg); + virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; // update the height of the drop down list to fit the number of items we