- wxValidator
Constructor.
- CloneMethod
All validator classes must implement the Clone() function, which returns an identical copy of itself.
- GetWindow
Returns the window associated with the validator.
- SetWindow
Associates a window with the validator.
- TransferFromWindow
This overridable function is called when the value in the window must be transferred to the validator.
- TransferToWindow
This overridable function is called when the value associated with the validator must be transferred to the window.
- Validate
This overridable function is called when the value in the associated window must be validated.