]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/deprecated/propslv.tex
test undividable words
[wxWidgets.git] / contrib / docs / latex / deprecated / propslv.tex
CommitLineData
82e20720
JS
1\section{\class{wxStringListValidator}}\label{wxstringlistvalidator}
2
3This class validates a string value, with an optional choice of possible values.
4
5\wxheading{See also}
6
7\helpref{Validator classes}{proplistvalidatorclasses}
8
9\latexignore{\rtfignore{\wxheading{Members}}}
10
11\membersection{wxStringListValidator::wxStringListValidator}
12
13\func{void}{wxStringListValidator}{\param{wxStringList *}{list=NULL}, \param{long}{ flags=0}}
14
15Constructor. Supply a list of strings to indicate a choice, or no strings to allow the
16user to freely edit the string. The string list will be deleted when the validator is deleted.
17
18