DragNDrop for Python using wxFormBuilder
My existing wxPython app is based on a wxFormBuilder skeleton.
It will accept new image files to work with via a file selector dialog.
Now, I would like to make drag-n-drop available, but am stuck on how to go about it.
After some review of the properties options for the image panel, I see the ‘drop_accept_files’ option. When I check the box and generate the Python code, I do see new code generated for this