X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e1c2debfe9558f79ab7c6cd2be1afc8b9d42c1..733399faaa60921b647e6c943346b73a4757cb67:/docs/latex/wx/valgen.tex?ds=sidebyside diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index a6d8c7a504..d5a9c9b76d 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -73,13 +73,13 @@ Clones the generic validator using the copy constructor. \membersection{wxGenericValidator::TransferFromWindow}\label{wxgenericvalidatortransferfromwindow} -\func{virtual bool}{TransferToWindow}{} +\func{virtual bool}{TransferFromWindow}{} -Transfers the value to the window. +Transfers the value from the window to the appropriate data type. \membersection{wxGenericValidator::TransferToWindow}\label{wxgenericvalidatortransfertowindow} \func{virtual bool}{TransferToWindow}{} -Transfers the window value to the appropriate data type. +Transfers the value to the window.