In the treeview drag and drop example here,
http://www.pygtk.org/pygtk2tutorial/sec-TreeViewDragAndDrop.html , they do
not use the set_reorderable(True) method to enable the internal row
rearranging functionality.  Instead, they re-implement the functionality for
intra-tree drag and drop for a ListStore with their own code in a way that
also allows external sources.

I would like to add allow external drag sources for a TreeStore (not a
ListStore).  However, re-implementing the functionality provided by
set_reorderable() looks like it is going to be considerably more difficult
than in the ListStore example.  Is there some easier way to get external
sources working along side set_reorderable()?

Karl
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to