RE: [perl-win32-gui-hackers] Re: DragDrop as xs

2006-03-09 Thread Jeremy White
And I wonder if we should not support a higher level interface, by filling the needed properties of this object on creation, with the files and the mousepoint automatically. Then none of the 4 DragDrop functions would be needed and the event would be much simplier to use. Yeah, I think that woul

[perl-win32-gui-hackers] Re: DragDrop as xs

2006-03-09 Thread Reini Urban
oops, forgot to attach the patch... 2006/3/9, Reini Urban <[EMAIL PROTECTED]>: > I simplified and fixed some code in the XS part of DragDrop. > The second argument to the DropFiles event is now a proper > Win32::GUI::DragDrop object with the HDROP handle as -handle. > > Unicode filenames not yet

[perl-win32-gui-hackers] Re: DragDrop as xs

2006-03-09 Thread Reini Urban
I simplified and fixed some code in the XS part of DragDrop. The second argument to the DropFiles event is now a proper Win32::GUI::DragDrop object with the HDROP handle as -handle. Unicode filenames not yet supported. And I wonder if we should not support a higher level interface, by filling the