X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ddb3b8c535567e281e7a437e5e700e82d1516b4..ccaf2891c9082773460c50c7eb7a910ea51e7003:/include/wx/msw/combobox.h diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index aa10c8dd93..ac803c17ed 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -132,6 +132,8 @@ protected: virtual void DoSetToolTip(wxToolTip *tip); #endif + virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const; + // this is the implementation of GetEditHWND() which can also be used when // we don't have the edit control, it simply returns NULL then //