Re: GTK TreeView control in Windows (DND issue)



On Mon, Sep 19, 2011 at 4:42 PM, Doug Blank <doug blank gmail com> wrote:
> On Mon, Sep 19, 2011 at 4:10 PM, Paul Davis <paul linuxaudiosystems com> wrote:
>> On Mon, Sep 19, 2011 at 4:05 PM, Doug Blank <doug blank gmail com> 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]