[Java-gnome-developer] treeview dnd
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2004-01-26 18:35:14
|
Mark, have you implemented any dnd between treeviews in your bug tracking app? I haven't tried it, but I guess it should have some treview widgets in it. Do they support dnd? I'm using the same code of te draganddrop example, and TBH I had to say that if I use an entry to receive drop events, like the example, (or a text buffer) I have no problem. But if I use a treeview, no 'plus' sign on the mouse cursor is visible. I've tried to grab the underliyng viewport, scrolled window, or the whole app window and tried to set them as drop events receiver, but to no avail. What I want to do is simply drag a file on the treeview, and have its path entered in the treeview. Any hints? -- Luca De Rugeriis <pie...@li...> |