]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/valgen.tex
On Mac, when selection is drawn in grey (i.e. unfocused), text color needs to be...
[wxWidgets.git] / docs / latex / wx / valgen.tex
index cabaeff4123f97c2086d2ca2fcb9f6b1f0d00a1d..d9c479852a4e6a48ab547cbe972af888c32493fc 100644 (file)
@@ -16,14 +16,18 @@ For more information, please see \helpref{Validator overview}{validatoroverview}
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/valgen.h>
+
 \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 +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}
 
@@ -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.