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