Deprecated classes manual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
41
contrib/docs/latex/deprecated/propvald.tex
Normal file
41
contrib/docs/latex/deprecated/propvald.tex
Normal file
@@ -0,0 +1,41 @@
|
||||
\section{\class{wxPropertyValidator}}\label{wxpropertyvalidator}
|
||||
|
||||
The {\bf wxPropertyValidator} abstract class is the base class for deriving
|
||||
validators for properties.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxPropertyValidator overview}{wxpropertyvalidatoroverview}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxPropertyValidator::wxPropertyValidator}
|
||||
|
||||
\func{void}{wxPropertyValidator}{\param{long}{ flags = 0}}
|
||||
|
||||
Constructor.
|
||||
|
||||
\membersection{wxPropertyValidator::\destruct{wxPropertyValidator}}
|
||||
|
||||
\func{void}{\destruct{wxPropertyValidator}}{\void}
|
||||
|
||||
Destructor.
|
||||
|
||||
\membersection{wxPropertyValidator::GetFlags}
|
||||
|
||||
\func{long}{GetFlags}{\void}
|
||||
|
||||
Returns the flags for the validator.
|
||||
|
||||
\membersection{wxPropertyValidator::GetValidatorProperty}
|
||||
|
||||
\func{wxProperty *}{GetValidatorProperty}{\void}
|
||||
|
||||
Gets the property for the validator.
|
||||
|
||||
\membersection{wxPropertyValidator::SetValidatorProperty}
|
||||
|
||||
\func{void}{SetValidatorProperty}{\param{wxProperty *}{property}}
|
||||
|
||||
Sets the property for the validator.
|
||||
|
Reference in New Issue
Block a user