// Author: Stefan Csomor
// Modified by: Kevin Ollivier
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual void SetSelection(long from, long to);
virtual void SetEditable(bool editable);
+ virtual bool SendMaxLenEvent();
+
// Implementation
// --------------