This is a drop target which accepts files (dragged from File Manager or Explorer).
Constructor. |
|
See |
|
Override this function to receive dropped files. |
Possible constructors:
FileDropTarget() -> None
This is a drop target which accepts files (dragged from File Manager or Explorer).
Constructor.
None
See wx.DropTarget.OnDrop
.
This function is implemented appropriately for files, and calls OnDropFiles
.
x (int)
y (int)
bool
Override this function to receive dropped files.
x (int) – The x coordinate of the mouse.
y (int) – The y coordinate of the mouse.
filenames (list of strings) – An array of filenames.
bool