X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d8268a1d64de58aab194e4d8ae800c755990aad..ed6dd18ae810f7ccc81ea9e452cc2213e211427a:/include/wx/msw/combobox.h diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index 4a841ec05b..27caec6e34 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -136,6 +136,9 @@ public: protected: virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO); // common part of all ctors void Init() { m_selectionOld = -1; }