Re: Implement drag and drop between two TreeViews

2006-10-18 Thread Christopher Backhouse
OK - I am now handling drag_data_get and drag_data_received. The data is passed using set_text, get_text in the SelectionData. This makes more logical sense and presumably would work between applications. I still have the same basic code as before though (with the same bugs). I still look up wh

Re: Implement drag and drop between two TreeViews

2006-10-18 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Oct 17, 2006 at 03:42:35PM +0100, Christopher Backhouse wrote: > Hi > > I have two Treeviews (just lists, they use Liststore) and I want to be > able to drag entries from one into the other. What is the correct way to > do this? > I call ena