X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2c2afc91be4bdb6e036516785f334ddb54afa0c..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/dropevt.tex diff --git a/docs/latex/wx/dropevt.tex b/docs/latex/wx/dropevt.tex index 2864ddff80..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 @@ -34,26 +38,26 @@ function that takes a wxDropFilesEvent argument. \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}