19 lines
499 B
C
19 lines
499 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: class_validator.h
|
|
// Purpose: Validator classes group docs
|
|
// Author: wxWidgets team
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
/**
|
|
|
|
@defgroup group_class_validator Validators
|
|
@ingroup group_class
|
|
|
|
These are the window validators, used for filtering and validating user input.
|
|
|
|
Related Overviews: @ref overview_validator
|
|
|
|
*/
|
|
|