After the previous post, I improved a little bit the drag and drop example. This time, I added another three view at the right. Now you can drag a row in the right tree view to a node of the left tree view.
Another improvements is the support of multiple actions, I mean, the drag & […]
Posted by svillar on 08 Feb 2007 at 7:37 pm under Hacking | Link
I’ve recently been adding drag and drop support to a widget that is basically a GtkTreeView with an associated GtkTreeModelSort. The gtk+ drag and drop API is weird, there are just few samples and is not very well documented.
Furthermore, the GtkTreeView has its own drag and drop functions so my mind was a mess.Then after […]
Posted by svillar on 07 Feb 2007 at 10:27 am under Hacking | Link