X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..60b73526d6797ee466c272dbfca962a230bc5908:/docs/latex/wx/fildrptg.tex diff --git a/docs/latex/wx/fildrptg.tex b/docs/latex/wx/fildrptg.tex index f483f11a5a..80d68f1a26 100644 --- a/docs/latex/wx/fildrptg.tex +++ b/docs/latex/wx/fildrptg.tex @@ -23,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}} @@ -64,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}.} +