]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/prvtdrpt.tex
removed wxEncodingConverter from docs where wxMBConv should be mentioned instead
[wxWidgets.git] / docs / latex / wx / prvtdrpt.tex
index 21e6dddce4a9edee373c083c43ec094d246973a2..0e72af0c55a97db6830d48d72641847246caf026 100644 (file)
@@ -6,6 +6,10 @@ wxPrivateDropTarget is for...
 
 \helpref{wxDropTarget}{wxdroptarget}
 
+\wxheading{Include files}
+
+<wx/dnd.h>
+
 \wxheading{See also}
 
 \helpref{wxDropTarget}{wxdroptarget}
@@ -20,9 +24,9 @@ wxPrivateDropTarget is for...
 
 \func{void}{SetId}{\param{const wxString\& }{id}}
 
-Yu have to override OnDrop to get at the data.
+You have to override OnDrop to get at the data.
 The string ID identifies the format of clipboard or DnD data. A word
-rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
+processor would e.g. add a wxTextDataObject and a wxPrivateDataObject
 to the clipboard - the latter with the Id "WXWORD\_FORMAT".
 
 \membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}