]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/propslv.tex
Some doc proofreading
[wxWidgets.git] / docs / latex / wx / propslv.tex
1 \section{\class{wxStringListValidator}}\label{wxstringlistvalidator}
2
3 This 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
15 Constructor. Supply a list of strings to indicate a choice, or no strings to allow the
16 user to freely edit the string. The string list will be deleted when the validator is deleted.
17
18