wxPython: How to drag and drop a file from your app to the OS
Today on StackOverflow I saw someone who wanted to know how to drag a file from a wx.ListCtrl onto their Desktop or somewhere else in the file system. They were using the file manager skeleton from zetcode, but couldn’t figure out how to add the DnD portion. After a bit of searching and hacking, I […]
wxPython: How to drag and drop a file from your app to the OS Read More »