]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxBoolListValidator}}\label{wxboollistvalidator} |
2 | ||
fa482912 | 3 | This class validates a boolean value for a \helpref{property list view}{wxpropertylistview}. |
200fed6c | 4 | |
fa482912 JS |
5 | \wxheading{See also} |
6 | ||
7 | \helpref{Validator classes}{proplistvalidatorclasses} | |
8 | ||
9 | \latexignore{\rtfignore{\wxheading{Members}}} | |
200fed6c VS |
10 | |
11 | \membersection{wxBoolListValidator::wxBoolListValidator} | |
12 | ||
13 | \func{void}{wxBoolListValidator}{\param{long }{flags=0}} | |
14 | ||
15 | Constructor. | |
16 |