]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
Use SelectAll() instead of SetSelection(-1, -1).
[wxWidgets.git] / include / wx / msw / combobox.h
index 191ebb3f90705b27f82587efd8e7d6052d1800cb..aa10c8dd937ee76e07744547d5e1fa2b8afdb881 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;