views:

276

answers:

0

I've got a wxWidgets application which show files located on a remote server (FTP, SSH, ...) and I'd like to allow the user to drag and drop the file locally.

But it seems that wxDropSource/wxDataObject does not allow me to do that. I have already done the same kind of things directly under Windows using this kind of techniques.

Is it possible to do the same things using wxWidgets, especially on other platforms like Linux or OSX ?