X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bb8ab39dd433191764a64b4f96344399b113d1b..83930b2fd2c41cd965926e669115696c1e8eef0d:/docs/latex/wx/valgen.tex diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index 6c8ccf35fc..d9c479852a 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -22,12 +22,12 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \wxheading{See also} -\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, +\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, \helpref{wxTextValidator}{wxtextvalidator} \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}{\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.