X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4438caf41af49f00f3c8137ac801871f59cce386..c958260b3886cb83aa93c7508d0986c6433ce165:/include/wx/msw/combobox.h 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