]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dropevt.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / dropevt.tex
index 9e30f8dca5cd0ecbc552ff558d289312806e83d5..aec547a5f0c031f1a849f14de11c051329e97a56 100644 (file)
@@ -2,6 +2,8 @@
 
 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
 
 Important note: this is a separate implementation to the more general
 drag and drop implementation documented \helpref{here}{wxdndoverview}. It uses the
@@ -16,6 +18,10 @@ older, Windows message-based approach of dropping files.
 
 <wx/event.h>
 
 
 <wx/event.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \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
@@ -28,30 +34,30 @@ 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}}}
 
-\membersection{wxDropFilesEvent::wxDropFilesEvent}
+\membersection{wxDropFilesEvent::wxDropFilesEvent}\label{wxdropfileseventctor}
 
 \func{}{wxDropFilesEvent}{\param{WXTYPE }{id = 0}, \param{int }{noFiles = 0},\rtfsp
 \param{wxString* }{files = NULL}}
 
 Constructor.
 
 
 \func{}{wxDropFilesEvent}{\param{WXTYPE }{id = 0}, \param{int }{noFiles = 0},\rtfsp
 \param{wxString* }{files = NULL}}
 
 Constructor.
 
-\membersection{wxDropFilesEvent::m\_files}
+\membersection{wxDropFilesEvent::m\_files}\label{wxdropfileseventmfiles}
 
 \member{wxString*}{m\_files}
 
 An array of filenames.
 
 
 \member{wxString*}{m\_files}
 
 An array of filenames.
 
-\membersection{wxDropFilesEvent::m\_noFiles}
+\membersection{wxDropFilesEvent::m\_noFiles}\label{wxdropfileseventmnofiles}
 
 \member{int}{m\_noFiles}
 
 The number of files dropped.
 
 
 \member{int}{m\_noFiles}
 
 The number of files dropped.
 
-\membersection{wxDropFilesEvent::m\_pos}
+\membersection{wxDropFilesEvent::m\_pos}\label{wxdropfileseventmpos}
 
 \member{wxPoint}{m\_pos}
 
 
 \member{wxPoint}{m\_pos}