]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
Fix wrong return value in the changes of r73365.
[wxWidgets.git] / include / wx / msw / combobox.h
index 191ebb3f90705b27f82587efd8e7d6052d1800cb..ac803c17edd0a2b36fc88cb0dade56499d517377 100644 (file)
@@ -92,6 +92,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 +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
     //