]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxBoolFormValidator}}\label{wxboolformvalidator} |
2 | ||
3 | \overview{Validator classes}{proplistvalidatorclasses} | |
4 | ||
5 | This class validates a boolean value for a form view. The associated panel item must be a wxCheckBox. | |
6 | ||
7 | \membersection{wxBoolFormValidator::wxBoolFormValidator} | |
8 | ||
9 | \func{void}{wxBoolFormValidator}{\param{long }{flags=0}} | |
10 | ||
11 | Constructor. | |
12 |