On Oct 16, 2007, at 11:42 PM, Jon A. Cruz wrote:


Basically there's a lot of replicating what GTK+ normally handles, but only some of it is re-implemented. We might need to set things up as sub-widgets, or we might just need to add a bit more to the file import code.


I added in hooks to the drag-n-drop motion and leave events. These need to in turn be hooked to trigger highlighting of target items.

There is no enter event. So the leave needs to clear things, and a motion with things still cleared means an enter happened. We might need to add something to the generic context handlers, but I'm not sure of the best way off hand.

One other thing to check is to be sure of what type of drag-n-drop is happening.