.\" This is a wxWidgets manpage page generated from the XML docs .TH wxFileDropTarget 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxFileDropTarget \- File drop target class .SH DESCRIPTION This is a drop target which accepts files (dragged from File Manager or Explorer). .SH "PARENTS" wxDropTarget .SH "INCLUDE FILES" wx/dnd.h .SH MEMBERS .SS wxFileDropTarget () Constructor. .SS virtual bool OnDrop (long xlong yconst void *datasize_t size) See wxDropTarget::OnDrop . This function is implemented appropriately for files, and calls wxFileDropTarget::OnDropFiles . .SS virtual bool OnDropFiles (wxCoord xwxCoord yconst wxArrayString& filenames) Override this function to receive dropped files. .SH "SEE ALSO" wxDropTarget Drag and drop overview wxDropSource wxDropTarget wxTextDropTarget .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.