X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e1c2debfe9558f79ab7c6cd2be1afc8b9d42c1..7f5426f09c68bf42e58e3932e2bcb0322caa6b41:/docs/latex/wx/valgen.tex diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index a6d8c7a504..d9c479852a 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -27,7 +27,7 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorconstr} +\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorctor} \func{}{wxGenericValidator}{\param{const wxGenericValidator\&}{ validator}} @@ -59,7 +59,7 @@ Constructor taking a wxArrayInt pointer. This will be used for wxListBox, wxChec 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} @@ -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.