X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24fb9f847872e6ab2edf4be3e258245cbd8f20c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/combobox.h diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index 191ebb3f90..8649187c09 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -92,6 +91,7 @@ public: virtual void SetSelection(long from, long to) { wxTextEntry::SetSelection(from, to); } virtual int GetSelection() const { return wxChoice::GetSelection(); } + virtual bool ContainsHWND(WXHWND hWnd) const; virtual void GetSelection(long *from, long *to) const; virtual bool IsEditable() const; @@ -131,6 +131,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 //