lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.84k stars 884 forks source link

Implement file drag and drop open. #649

Closed suoyukii closed 4 years ago

suoyukii commented 4 years ago

I want to do a direct drag of the file into the program. How would you like to do it?

suoyukii commented 4 years ago

@lxn

lxn commented 4 years ago

Please have a look at the dropfiles example.

suoyukii commented 4 years ago

Please have a look at the dropfiles example.

Thank, solved it perfectly.