]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxStringListValidator}}\label{wxstringlistvalidator} |
2 | ||
200fed6c VS |
3 | This 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 | ||
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 |