\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorconstr}
+\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorctor}
\func{}{wxGenericValidator}{\param{const wxGenericValidator\&}{ validator}}
should have a lifetime equal to or longer than the validator lifetime (which is usually
determined by the lifetime of the window).}
-\membersection{wxGenericValidator::\destruct{wxGenericValidator}}
+\membersection{wxGenericValidator::\destruct{wxGenericValidator}}\label{wxgenericvalidatordtor}
\func{}{\destruct{wxGenericValidator}}{\void}
\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.