Can someone give me a hint on how to drag multiple items from a
gtk.TreeView? When I select mutliple rows and then click on one of them
to begin the drag all the other selected rows are lost.
I noticed that some Gtk+ apps written in C (file-roller for instance) use eggtreemultidnd.c (http://stuff.mit.edu/afs/dev/source/src-current/third/file-roller/src/eggtreemultidnd.c ) to get achieve this behaviour, is there no way to do this in Python?
Thanks,
David
I noticed that some Gtk+ apps written in C (file-roller for instance) use eggtreemultidnd.c (http://stuff.mit.edu/afs/dev/source/src-current/third/file-roller/src/eggtreemultidnd.c ) to get achieve this behaviour, is there no way to do this in Python?
Thanks,
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
