]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propstfv.tex
Added missing 'break' which caused spurious </FONT></TD> markup before
[wxWidgets.git] / docs / latex / wx / propstfv.tex
index 279a5b21e9db5c4be25a11a1b4ca27c5a60e9634..0a879ab0a927f40d26be28ca0d605df30526a42b 100644 (file)
@@ -1,12 +1,16 @@
 \section{\class{wxStringFormValidator}}\label{wxstringformvalidator}
 
 \section{\class{wxStringFormValidator}}\label{wxstringformvalidator}
 
-\overview{Validator classes}{proplistvalidatorclasses}
-
 This class validates a string value for a form view, with an optional choice of possible values.
 The associated panel item must be a wxText, wxListBox or wxChoice. For wxListBox and wxChoice items,
 if the item is empty, the validator attempts to initialize the item from the strings in
 the validator. Note that this does not happen for XView wxChoice items since XView cannot reinitialize a wxChoice.
 This class validates a string value for a form view, with an optional choice of possible values.
 The associated panel item must be a wxText, wxListBox or wxChoice. For wxListBox and wxChoice items,
 if the item is empty, the validator attempts to initialize the item from the strings in
 the validator. Note that this does not happen for XView wxChoice items since XView cannot reinitialize a wxChoice.
+
+\wxheading{See also}
+
+\helpref{Validator classes}{proplistvalidatorclasses}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxStringFormValidator::wxStringFormValidator}
 
 \func{void}{wxStringFormValidator}{\param{wxStringList *}{list=NULL}, \param{long}{ flags=0}}
 \membersection{wxStringFormValidator::wxStringFormValidator}
 
 \func{void}{wxStringFormValidator}{\param{wxStringList *}{list=NULL}, \param{long}{ flags=0}}
@@ -14,4 +18,3 @@ the validator. Note that this does not happen for XView wxChoice items since XVi
 Constructor. Supply a list of strings to indicate a choice, or no strings to allow the
 user to freely edit the string. The string list will be deleted when the validator is deleted.
 
 Constructor. Supply a list of strings to indicate a choice, or no strings to allow the
 user to freely edit the string. The string list will be deleted when the validator is deleted.
 
-