]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propvald.tex
splitter in bin format
[wxWidgets.git] / docs / latex / wx / propvald.tex
CommitLineData
200fed6c
VS
1\section{\class{wxPropertyValidator}}\label{wxpropertyvalidator}
2
3\overview{wxPropertyValidator overview}{wxpropertyvalidatoroverview}
4
5The {\bf wxPropertyValidator} abstract class is the base class for deriving
6validators for properties.
7
8\membersection{wxPropertyValidator::wxPropertyValidator}
9
10\func{void}{wxPropertyValidator}{\param{long}{ flags = 0}}
11
12Constructor.
13
14\membersection{wxPropertyValidator::\destruct{wxPropertyValidator}}
15
16\func{void}{\destruct{wxPropertyValidator}}{\void}
17
18Destructor.
19
20\membersection{wxPropertyValidator::GetFlags}
21
22\func{long}{GetFlags}{\void}
23
24Returns the flags for the validator.
25
26\membersection{wxPropertyValidator::GetValidatorProperty}
27
28\func{wxProperty *}{GetValidatorProperty}{\void}
29
30Gets the property for the validator.
31
32\membersection{wxPropertyValidator::SetValidatorProperty}
33
34\func{void}{SetValidatorProperty}{\param{wxProperty *}{property}}
35
36Sets the property for the validator.
37
38