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