wxUiEditor
wxUiEditor copied to clipboard
Add support for wxEVT_DROP_FILES
Description:
A OnDropFiles
event should be added to the standard window events. If the user specifies a handler, then when the window is created, it must call widget->DragAcceptFiles(true);
.