lytico / xwt

MIT License
1 stars 2 forks source link

Gtk.DragDrop: implement Droping from all formats, not only ValidDropTypes #20

Closed lytico closed 10 years ago

lytico commented 10 years ago

in WidgetBackend.QueryDragData (Gdk.DragContext ctx,.. use ctx.Targets to find out what targets the drop source offers

the effect is that there is no way to find out what the source would offer

lytico commented 10 years ago

done, but not pull-requested to mono/xwt