RE: SimpleList drag and drop



For the attached code, at the dropped signal, the array is still in its
original order. Only when pressing the button (or redoing the drop) is
the new order displayed.

Maybe you could put a
Gtk2->main_iteration while Gtk2->events_pending;
in your callback?

Thanks for trying, but this doesn't make any difference.

The list gets reordered but not the underlying tied array.

Any other ideas?



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