GNOME Bugzilla – Bug 150270
support dnd in the icon view
Last modified: 2011-02-04 16:18:41 UTC
The icon view should support dnd
Created attachment 30602 [details] [review] unfinished patch The attached patch is a work in progress to basically reuse the tree view dnd code, which allows some nice convenience stuff like automatic reorderability
Is it possible to support dragging multiple items easily with this API?
There is no special support for it, you'll have to do it by hand currently. There is a patch by kris in some other bug which adds some convenience methods to the tree dnd api for dragging multiple items. That will have to be ported over to the icon view as well. I initially considered integrating that work, but then decided that it will be easier to first port the working single-item dnd code from tree view to icon view and add multi-item functionality to both later on...
2005-05-06 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Test DND. * gtk/gtk.symbols: * gtk/gtkiconview.[hc]: Add DND support similar to the DND support in the tree view. (#150270)