// Created: 01/02/97
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
int GetCount() const;
int Number() const { return GetCount(); }
void SetSelection( int n );
- void Select( int n ) { return SetSelection( n ); }
- bool SetStringSelection( const wxString &string );
void SetString(int n, const wxString &text);
wxString GetValue() const;
void SetInsertionPoint( long pos );
void SetInsertionPointEnd() { SetInsertionPoint( -1 ); }
long GetInsertionPoint() const;
- long GetLastPosition() const;
+ virtual wxTextPos GetLastPosition() const;
void Remove(long from, long to) { Replace(from, to, wxEmptyString); }
void Replace( long from, long to, const wxString& value );
void SetSelection( long from, long to );