// implemenation details
// ----------------------------------------------------------------------------
-/*
void wxTextCtrl::Command(wxCommandEvent & event)
{
SetValue(event.GetString());
ProcessCommand (event);
}
-*/
void wxTextCtrl::OnDropFiles(wxDropFilesEvent& event)
{