This is a drop target which accepts files (dragged from File Manager or Explorer).
Derived from
Include files
<wx/dnd.h>
See also
Drag and drop overview, wxDropSource, wxDropTarget, wxTextDropTarget
Constructor.
See wxDropTarget::OnDrop. This function is implemented appropriately for files, and calls wxFileDropTarget::OnDropFiles.
Override this function to receive dropped files.
Parameters
Return value
Return true to accept the data, false to veto the operation.
ymasuda 平成17年11月19日