X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..d86c187031547bd2f0604adddef273deedea7907:/docs/latex/wx/valgen.tex diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index cabaeff412..cd8ef1989e 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -16,14 +16,22 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \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}}} -\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorconstr} +\membersection{wxGenericValidator::wxGenericValidator}\label{wxgenericvalidatorctor} \func{}{wxGenericValidator}{\param{const wxGenericValidator\&}{ validator}} @@ -55,7 +63,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} @@ -69,13 +77,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.