On Mon, Sep 19, 2011 at 6:09 PM, Doug Blank <doug.blank@xxxxxxxxx> wrote: > On Mon, Sep 19, 2011 at 5:56 PM, Paul Davis <paul@xxxxxxxxxxxxxxxxxxxxx> wrote: >> On Mon, Sep 19, 2011 at 4:42 PM, Doug Blank <doug.blank@xxxxxxxxx> wrote: >>> On Mon, Sep 19, 2011 at 4:10 PM, Paul Davis <paul@xxxxxxxxxxxxxxxxxxxxx> wrote: >>>> On Mon, Sep 19, 2011 at 4:05 PM, Doug Blank <doug.blank@xxxxxxxxx> wrote: >>>> >>>>> BTW, do you think that these fixes will have any effect on Mac OSX? I >>>>> am getting the same behavior there, and am hopeful that we can restore >>>>> functionality there too. >>>> >>>> which behaviour? DnD on OS X with 2.24 built with the gtk-osx >>>> moduleset works fine for me. >>> >>> Behavior: Dragging and dropping an item from a Gtk.TreeView doesn't work. >> >> from a treeview to some other widget? or from a treeview to the same treeview? > > Some other widget. > >> GTK does not support DnD from treeviews to other widgets without some >> work by the app to provide new data types for the drag. this is true >> on all platforms that GTK supports. its a major limitation of the >> treeview as-is but working around it is not *that* hard. > > Works on Linux. Maybe we just need to rewrite our code to work on Windows/OSX... well, i guess it depends on what data type you ask for. last time i looked, the treeview could only provide information that made sense inside the context of the treeview (e.g. row/col stuff) or text. that's not my idea of "working". we have DnD from treeviews to other widgets working on OS X without issues in ardour (http://ardour.org), and we drag actual data from them, not just text. _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list