X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4438caf41af49f00f3c8137ac801871f59cce386..2288191b9cef62b63166ef15e928ee5960fe0c53:/include/wx/msw/combobox.h?ds=sidebyside diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index 52e8a9d6db..1828e0045a 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -78,9 +78,8 @@ public: virtual bool MSWCommand(WXUINT param, WXWORD id); protected: - virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO); + virtual void DoMoveWindow(int x, int y, int width, int height); + virtual wxSize DoGetBestSize() const; }; #endif // wxUSE_COMBOBOX