Re: GtkTreeRowReference and Drag-and-Drop

2018-11-01 Thread Mitko Haralanov via gtk-app-devel-list
It seems to me that this is something that a Gtk developer would have to answer. However, it doesn't seem like this list is visited by any. The participation on this list seems to be pretty low. On Wed, Oct 24, 2018 at 9:49 AM Mitko Haralanov wrote: > I've implemented a treeview in my

GtkTreeRowReference and Drag-and-Drop

2018-10-24 Thread Mitko Haralanov via gtk-app-devel-list
I've implemented a treeview in my application, which has drag-and-drop enabled to allow re-ordering of the rows. To support tree model updates while the user is performing dnd operations, I also have GtkTreeRowReferences for each row in the model (the model will not have too many rows). However,