Subject: How to Drag & Drop the node of the GtkTreeView?
Date: Tue, 24 Feb 2004 08:57:30 -0500
I have a tree view which have folders and files. I want to let customer
just drag the files. Don’t want them to drag the folder. I use the
function gtk_drag_source_set() to set the source, but the drag icon shows every
time when I drag.