The wxPropertyValidator abstract class is the base class for deriving validators for properties.
See also
Members
wxPropertyValidator::wxPropertyValidator
wxPropertyValidator::~wxPropertyValidator
wxPropertyValidator::GetFlags
wxPropertyValidator::GetValidatorProperty
wxPropertyValidator::SetValidatorProperty
void wxPropertyValidator(long flags = 0)
Constructor.
void ~wxPropertyValidator()
Destructor.
long GetFlags()
Returns the flags for the validator.
wxProperty * GetValidatorProperty()
Gets the property for the validator.
void SetValidatorProperty(wxProperty *property)
Sets the property for the validator.