[wxPython] Using drag-and-drop

Is there any way to get information from the wxDataObject within the
wxDropSource from the wxDropTarget?

Under Windows, using OLE, you can check the data before copying it over.

Specifically, I've made a Python Class Data Object, that can hold any Python
Class object. I have a number of targets that take this type, but they all
only accept certain classes. I want to show that these classes are
unacceptable, and disallow a drop.

How would I do this?

Christopher
paulicka@twiceborn.cc

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users