wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Add support for wxEVT_DROP_FILES

Open KeyWorksRW opened this issue 1 year ago • 1 comments

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);.

KeyWorksRW avatar Nov 24 '23 14:11 KeyWorksRW