#include "wx/textctrl.h"
#include "wx/settings.h"
+#include "wx/filefn.h"
+#include "wx/utils.h"
#if defined(__BORLANDC__) && !defined(__WIN32__)
#include <alloc.h>
void wxTextCtrl::Replace(long from, long to, const wxString& value)
{
// TODO
- return 0;
}
void wxTextCtrl::Remove(long from, long to)