.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDropFilesEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDropFilesEvent \- A drop files event .SH DESCRIPTION This class is used for drop files events, that is, when files have been dropped onto the window. This functionality is currently only available under Windows. The window must have previously been enabled for dropping by calling wxWindow::DragAcceptFiles . Important note: this is a separate implementation to the more general drag and drop implementation documented here . It uses the older, Windows message-based approach of dropping files. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxDropFilesEvent (WXTYPE id = 0int noFiles = 0wxString* files = NULL) Constructor. .SS wxString* GetFiles () Returns an array of filenames. .SS int GetNumberOfFiles () Returns the number of files dropped. .SS wxPoint GetPosition () Returns the position at which the files were dropped. Returns an array of filenames. .SH EVENTS .SS EVT_DROP_FILES(func) Process a wxEVT_DROP_FILES event. .SH "SEE ALSO" wxEvent wxObject Event handling overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.