##
wxDropFilesEvent::GetFiles
wxString* GetFiles() const
Returns an array of filenames.
wxDropFilesEvent::GetNumberOfFiles
int GetNumberOfFiles() const
Returns the number of files dropped.
####
Usage: Wx::DropFilesEvent::GetFiles(THIS)
$THIS->GetFiles()
Usage: Wx::DropFilesEvent::GetNumberOfFiles(THIS)
$THIS->GetNumberOfFiles()