X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4fcc2919776cffa5e3b2f0d44dd24c41e652ff4..d5706f3ee8a83947a639ff44a21df29c97b72682:/docs/latex/wx/dropevt.tex diff --git a/docs/latex/wx/dropevt.tex b/docs/latex/wx/dropevt.tex index 9729c33a27..aec547a5f0 100644 --- a/docs/latex/wx/dropevt.tex +++ b/docs/latex/wx/dropevt.tex @@ -18,6 +18,10 @@ older, Windows message-based approach of dropping files. +\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 @@ -30,31 +34,30 @@ function that takes a wxDropFilesEvent argument. \wxheading{See also} -%\helpref{wxWindow::OnDropFiles}{wxwindowondropfiles}, \helpref{Event handling overview}{eventhandlingoverview} \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. -\membersection{wxDropFilesEvent::m\_files} +\membersection{wxDropFilesEvent::m\_files}\label{wxdropfileseventmfiles} \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. -\membersection{wxDropFilesEvent::m\_pos} +\membersection{wxDropFilesEvent::m\_pos}\label{wxdropfileseventmpos} \member{wxPoint}{m\_pos}