X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71e57cd6506760f7ca0e3195a5ecf99d78a77be9..8cf73271dd6f442a98e86b559d4a55c37e25b99f:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 2ee9390c57..690b168605 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); @@ -103,9 +103,6 @@ protected: virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; - // get the real height of the control - int GetVisibleHeight() const; - // update the height of the drop down list to fit the number of items we // have (without changing the visible height) void UpdateVisibleHeight();