]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dropevt.tex
support for huge files (patch 1002226)
[wxWidgets.git] / docs / latex / wx / dropevt.tex
index ff3e020e98da836b66980d7cb953a0892402c15b..2864ddff80d852bc8b7b5197517b18d6f8e0d643 100644 (file)
@@ -2,12 +2,22 @@
 
 This class is used for drop files events, that is, when files have been dropped
 onto the window. This functionality is currently only available under Windows.
 
 This class is used for drop files events, that is, when files have been dropped
 onto the window. This functionality is currently only available under Windows.
+The window must have previously been enabled for dropping by calling 
+\helpref{wxWindow::DragAcceptFiles}{wxwindowdragacceptfiles}.
+
+Important note: this is a separate implementation to the more general
+drag and drop implementation documented \helpref{here}{wxdndoverview}. It uses the
+older, Windows message-based approach of dropping files.
 
 \wxheading{Derived from}
 
 \helpref{wxEvent}{wxevent}\\
 \helpref{wxObject}{wxobject}
 
 
 \wxheading{Derived from}
 
 \helpref{wxEvent}{wxevent}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/event.h>
+
 \wxheading{Event table macros}
 
 To process a drop files event, use these event handler macros to direct input to a member
 \wxheading{Event table macros}
 
 To process a drop files event, use these event handler macros to direct input to a member
@@ -20,7 +30,7 @@ function that takes a wxDropFilesEvent argument.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
-\helpref{wxWindow::OnDropFiles}{wxwindowondropfiles}, \helpref{Event handling overview}{eventhandlingoverview}
+\helpref{Event handling overview}{eventhandlingoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}