// Modified by:
// Created: 30.08.00
// RCS-ID: $Id$
-// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual void Select(int n);
virtual int GetSelection() const;
void SetSelection(int n) { Select(n); }
+
+ void SetStringSelection(const wxString& s) { }
protected:
virtual int DoAppend(const wxString& item);