X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..933b675ed41f626e6573a0c9c402acbc0283d2da:/docs/latex/wx/valgen.tex diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index 8b2f5818b8..d5a9c9b76d 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -22,8 +22,8 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \wxheading{See also} -\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, -\helpref{wxTextValidator}{wxTextvalidator} +\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, +\helpref{wxTextValidator}{wxtextvalidator} \latexignore{\rtfignore{\wxheading{Members}}} @@ -73,13 +73,13 @@ Clones the generic validator using the copy constructor. \membersection{wxGenericValidator::TransferFromWindow}\label{wxgenericvalidatortransferfromwindow} -\func{virtual bool}{TransferToWindow}{\param{wxWindow*}{ parent}} +\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}{\param{wxWindow*}{ parent}} +\func{virtual bool}{TransferToWindow}{} -Transfers the window value to the appropriate data type. +Transfers the value to the window.