1 \section{\class{wxPropertyValidator
}}\label{wxpropertyvalidator
}
3 \overview{wxPropertyValidator overview
}{wxpropertyvalidatoroverview
}
5 The
{\bf wxPropertyValidator
} abstract class is the base class for deriving
6 validators for properties.
8 \membersection{wxPropertyValidator::wxPropertyValidator
}
10 \func{void
}{wxPropertyValidator
}{\param{long
}{ flags =
0}}
14 \membersection{wxPropertyValidator::
\destruct{wxPropertyValidator
}}
16 \func{void
}{\destruct{wxPropertyValidator
}}{\void}
20 \membersection{wxPropertyValidator::GetFlags
}
22 \func{long
}{GetFlags
}{\void}
24 Returns the flags for the validator.
26 \membersection{wxPropertyValidator::GetValidatorProperty
}
28 \func{wxProperty *
}{GetValidatorProperty
}{\void}
30 Gets the property for the validator.
32 \membersection{wxPropertyValidator::SetValidatorProperty
}
34 \func{void
}{SetValidatorProperty
}{\param{wxProperty *
}{property
}}
36 Sets the property for the validator.