]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxBoolFormValidator}}\label{wxboolformvalidator} |
2 | ||
fa482912 JS |
3 | This class validates a boolean value for a \helpref{form view}{wxpropertyformview}. |
4 | The associated control must be a wxCheckBox. | |
200fed6c | 5 | |
fa482912 JS |
6 | \wxheading{See also} |
7 | ||
8 | \helpref{Property validator classes}{proplistvalidatorclasses} | |
9 | ||
10 | \latexignore{\rtfignore{\wxheading{Members}}} | |
200fed6c VS |
11 | |
12 | \membersection{wxBoolFormValidator::wxBoolFormValidator} | |
13 | ||
14 | \func{void}{wxBoolFormValidator}{\param{long }{flags=0}} | |
15 | ||
16 | Constructor. | |
17 |