X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dface61ccba162c922b25d18aca2ebc4e6f03312..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/latex/wx/fildrptg.tex diff --git a/docs/latex/wx/fildrptg.tex b/docs/latex/wx/fildrptg.tex index 5e413f4f94..80d68f1a26 100644 --- a/docs/latex/wx/fildrptg.tex +++ b/docs/latex/wx/fildrptg.tex @@ -6,6 +6,10 @@ \helpref{wxDropTarget}{wxdroptarget} +\wxheading{Include files} + + + \wxheading{See also} \helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDropSource}{wxdropsource}, @@ -19,20 +23,6 @@ Constructor. -\membersection{wxFileDropTarget::GetFormatCount}\label{wxfiledroptargetgetformatcount} - -\func{virtual size\_t}{GetFormatCount}{\void} - -See \helpref{wxDropTarget::GetFormatCount}{wxdroptargetgetformatcount}. This function is implemented -appropriately for files. - -\membersection{wxFileDropTarget::GetFormat}\label{wxfiledroptargetgetformat} - -\constfunc{virtual wxDataFormat}{GetFormat}{\param{size\_t }{n}} - -See \helpref{wxDropTarget::GetFormat}{wxdroptargetgetformat}. This function is implemented -appropriately for files. - \membersection{wxFileDropTarget::OnDrop}\label{wxfiledroptargetondrop} \func{virtual bool}{OnDrop}{\param{long }{x}, \param{long }{y}, \param{const void }{*data}, \param{size\_t }{size}} @@ -60,3 +50,6 @@ Override this function to receive dropped files. Return TRUE to accept the data, FALSE to veto the operation. +\perlnote{In wxPerl there is just an array reference in place of {\tt nFiles} +and {\tt files}.} +