X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94a77ff7aff70d0a44ae62ca3173151ad2ce6e44..85f6b408dfd796805b1c43718e69549506353ca7:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index d02f98dcd8..15b1bb818e 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -83,7 +83,7 @@ public: // MSW only virtual bool MSWCommand(WXUINT param, WXWORD id); - long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); + WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, WXUINT message, WXWPARAM wParam, WXLPARAM lParam); @@ -101,6 +101,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