location of drag drop code

f rom wrote:

if i want to support drag drop can i do this at the level of the
panel or even at the control or is it really necessary to define
functions in the frame for this ?

Any wx.Window can have a drop target associated with it, although it's possible that some platforms may have restrictions on which native controls can be drop targets. wx.Panel will work on all platforms however.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!