mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
424 stars 140 forks source link

Gtk.DragFailed with DragResult=NoTarget #286

Open vijaykumbhani opened 4 years ago

vijaykumbhani commented 4 years ago

Hi All,

I am able to drag the file from anywhere and drop at my application using Gtk.DestSet.

When I am trying to drag the files from my application and drop at anywhere then Gtk.DragFailed callback triggered with DragResult=NoTarget.

I am not sure, is it issue from the framework side or not.

Can you please check the issue.

Thanks in Advance.

bratsche commented 4 years ago

You will need to provide a sample program and also mention what platform(s) it's failing on. The drag/drop implementations are different between Windows, Mac, and Linux.