]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propslv.tex
added and documented wxApp::OnAssert
[wxWidgets.git] / docs / latex / wx / propslv.tex
CommitLineData
200fed6c
VS
1\section{\class{wxStringListValidator}}\label{wxstringlistvalidator}
2
200fed6c
VS
3This class validates a string value, with an optional choice of possible values.
4
fa482912
JS
5\wxheading{See also}
6
7\helpref{Validator classes}{proplistvalidatorclasses}
8
9\latexignore{\rtfignore{\wxheading{Members}}}
10
200fed6c
VS
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