Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20892
Modified Files:
GUI_MessageLoops.cpp
Log Message:
Doc updates and add Win32::GUI::ReleaseNotes
Index: GUI_MessageLoops.cpp
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI_MessageLoops.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** GUI_MessageLoops.cpp 14 Jun 2006 22:26:31 -0000 1.21
--- GUI_MessageLoops.cpp 16 Jul 2006 11:08:27 -0000 1.22
***************
*** 629,639 ****
* (@)EVENT:DropFiles(DROP)
* Sent when the window receives dropped files. To enable a window to
! * be a target for files dragged from a shell window, you must set the
! * window's L<-acceptfiles|Win32::GUI::Reference::Options\-acceptfiles>
! * option or call C<< $win->AcceptFiles(1) >> on the window (See
! * L<AcceptFiles()|Win32::Reference::Methods/AcceptFiles>). The
! * DROP parameter is either * a Win32 drop handle (see MSDN) or a
! * L<Win32::GUI::DropFiles|Win32::GUI::DropFiles> object if you have done
! * C<use Win32::GUI::DropFiles;> somewhere in your code.
* (@)APPLIES_TO:*
*/
--- 629,639 ----
* (@)EVENT:DropFiles(DROP)
* Sent when the window receives dropped files. To enable a window to
! * be a target for files dragged from a shell window, you must set the
! * window's L<-acceptfiles|Win32::GUI::Reference::Options/acceptfiles>
! * option or call C<< $win->AcceptFiles(1) >> on the window (See
! * L<AcceptFiles()|Win32::GUI::Reference::Methods/AcceptFiles>). The
! * DROP parameter is either * a Win32 drop handle (see MSDN) or a
! * L<Win32::GUI::DropFiles|Win32::GUI::DropFiles> object if you have
! * done C<use Win32::GUI::DropFiles;> somewhere in your code.
* (@)APPLIES_TO:*
*/
|