]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/propslv.tex
corrected default arguments, so that setting GetStdIcon works again
[wxWidgets.git] / docs / latex / wx / propslv.tex
... / ...
CommitLineData
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