Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-DropFiles
Modified Files: DropFiles.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: DropFiles.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles/DropFiles.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DropFiles.pm 25 Apr 2006 21:38:18 -0000 1.1 --- DropFiles.pm 16 Jul 2006 11:09:32 -0000 1.2 *************** *** 12,19 **** use Win32::GUI 1.03_02,''; # Check Win32:GUI version, ensure import not called ! our $VERSION = '0.01'; require XSLoader; ! XSLoader::load('Win32::GUI::DropFiles', $VERSION); sub DESTROY --- 12,21 ---- use Win32::GUI 1.03_02,''; # Check Win32:GUI version, ensure import not called ! our $VERSION = '0.01_01'; ! our $XS_VERSION = $VERSION; ! $VERSION = eval $VERSION; require XSLoader; ! XSLoader::load('Win32::GUI::DropFiles', $XS_VERSION); sub DESTROY *************** *** 150,161 **** In order for a window to become a 'drop target' it must be created ! with the L<Win32::GUI::Reference::Options::acceptfiles|-acceptfiles> option set, or have called its ! L<Win32::GUI::Reference::Methods::AcceptFiles|AcceptFiles()> method. Once the window has been correctly initialised, then dropping a dragged file on the window results in a ! L<Win32::GUI::Reference::Events::DropFiles|DropFiles> event being triggered. The parameter to the event callback function is a Win32::GUI::DropFiles object that can be used to retrieve the --- 152,163 ---- In order for a window to become a 'drop target' it must be created ! with the L<-acceptfiles|Win32::GUI::Reference::Options/acceptfiles> option set, or have called its ! L<AcceptFiles()|Win32::GUI::Reference::Methods/AcceptFiles> method. Once the window has been correctly initialised, then dropping a dragged file on the window results in a ! L<DropFiles|Win32::GUI::Reference::Events/DropFiles> event being triggered. The parameter to the event callback function is a Win32::GUI::DropFiles object that can be used to retrieve the *************** *** 220,224 **** should provide better access to these APIs. ! See MSDN (L<http://msdn.microsoft.com/> for further details of the Win32 API functions. --- 222,226 ---- should provide better access to these APIs. ! See MSDN (L<http://msdn.microsoft.com/>) for further details of the Win32 API functions. *************** *** 291,296 **** =head1 AUTHORS ! Robert May, E<lt>[EMAIL PROTECTED]<gt> ! Reini Urban, E<lt>[EMAIL PROTECTED]<gt> =head1 COPYRIGHT AND LICENSE --- 293,298 ---- =head1 AUTHORS ! Robert May (C<[EMAIL PROTECTED]>) ! Reini Urban (C<[EMAIL PROTECTED]>) =head1 COPYRIGHT AND LICENSE