On Mon, Sep 19, 2011 at 4:42 PM, Doug Blank <[email protected]> wrote:
> On Mon, Sep 19, 2011 at 4:10 PM, Paul Davis <[email protected]> 
> wrote:
>> On Mon, Sep 19, 2011 at 4:05 PM, Doug Blank <[email protected]> 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?

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.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to