Hello, currently I develop an application that lists some items in a GtkListStore-Object. With Drag&Drop from this GtkListStore to a Nautilus folder I have some problems.
When I drop the items on the Nautilus folder, I don't get any feedback, that the items are dropped. Only two messages are sent from Nautilus to my application: "drag-data-get" and "drag-end". If there are more folders over which I move the items, my applications receives always "drag-data-get". My question is: How to detect when the items are really dropped? The messages "drag-end" is unusable because if the DnD-operation is canceled this message is sent, too. So please help me. Many thanks in advance JÃrgen _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list