X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..751731864888f00e31e6dce1092ac28a1fac5358:/docs/latex/wx/valgen.tex?ds=sidebyside diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index cabaeff412..d5a9c9b76d 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -16,10 +16,14 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \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}}} @@ -69,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.