#include "wx/textctrl.h"
#include "wx/settings.h"
+#include "wx/filefn.h"
+#include "wx/utils.h"
#if defined(__BORLANDC__) && !defined(__WIN32__)
#include <alloc.h>
IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxControl)
BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
- EVT_CHAR(wxTextCtrl::OnChar)
EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
- EVT_ERASE_BACKGROUND(wxTextCtrl::OnEraseBackground)
END_EVENT_TABLE()
#endif
void wxTextCtrl::Replace(long from, long to, const wxString& value)
{
// TODO
- return 0;
}
void wxTextCtrl::Remove(long from, long to)