From: sylvain.le-gall at polytechnique.org To: "Mailing List Lablgtk" Date: Fri, 14 Feb 2003 12:41:27 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: Sender: Hello, I have problem using GTree.tree_item and drag and drop operation. I built my tree with insert operation and add the dest_set / source_set after having insert the item ( so theorically the item has a parent ). Targets list are always the same ( for source and dest ). What i get is a tree where i can drag sub_item of the root to the root, but i can't drag sub-sub-item to the root or to the subitem. Have you any idea ? If you need some code from me i can send you the excerpt. I use zoggy to built the tree container and function of mine to built the tree. I have no error on standard output ( nor on stderr ). I use lablgtk 1 ( latest debian release ). I also built a list with drag and drop which work fine. Sylvain LE GALL