From: John L. <jla...@gm...> - 2013-09-08 06:06:16
|
On Mon, Aug 26, 2013 at 12:14 AM, Paul K <pau...@ya...> wrote: > Hi John, > > > Sorry yes, I looked into this, but it does require a few more virtual > functions in > > wxFileDropTarget. I believe that it should be pretty easy. > > Are you saying that it would be pretty easy for you to add them or > that it will be pretty easy after you add them ;). In any case, I'd Both, but it is always a matter of time for me. I have added wxTextDropTarget and wxFileDropTarget, there is a demo in editor.wx.lua. Drag some files onto the notebook tabs to open them. Note that you must create a new wxFile/TextDropTarget for every window you call SetDropTarget() for, i.e. you can't reuse them. Regards, John |