]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fildrptg.tex
A little cleanup for this demo
[wxWidgets.git] / docs / latex / wx / fildrptg.tex
index 5e413f4f94e2dd54670f559438f7672fd036330e..80d68f1a265ae85d51180784c0f9b0ccb8b276eb 100644 (file)
@@ -6,6 +6,10 @@
 
 \helpref{wxDropTarget}{wxdroptarget}
 
+\wxheading{Include files}
+
+<wx/dnd.h>
+
 \wxheading{See also}
 
 \helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDropSource}{wxdropsource}, 
 
 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}.}
+