]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_validator.h | |
3 | // Purpose: Validator classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_validator Validators | |
11 | @ingroup group_class | |
12 | ||
13 | These are the window validators, used for filtering and validating user input. | |
14 | ||
15 | Related Overviews: @ref overview_validator | |
16 | ||
17 | */ | |
18 |