]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/prvtdrpt.tex
Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).
[wxWidgets.git] / docs / latex / wx / prvtdrpt.tex
index adeedd77150161f5d89e175bc6c7f2d47477822b..0e72af0c55a97db6830d48d72641847246caf026 100644 (file)
@@ -24,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}