]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propstfv.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / propstfv.tex
index 279a5b21e9db5c4be25a11a1b4ca27c5a60e9634..53e3571d573b342990c758c5a40538caf7d05445 100644 (file)
@@ -1,12 +1,16 @@
 \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.
+the validator.
+
+\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}}
@@ -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.
 
-