]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/proprlva.tex
Fixed missing paint events when overriding DoMoveWindow()
[wxWidgets.git] / docs / latex / wx / proprlva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxRealListValidator}}\label{wxreallistvalidator}
2
3\overview{Validator classes}{proplistvalidatorclasses}
4
5This class validates a range of real values for property lists.
6
7\membersection{wxRealListValidator::wxreallistvalidator}
8
9\func{void}{wxRealListValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
10 \param{long}{ flags=wxPROP\_ALLOW\_TEXT\_EDITING}}
11
12Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
13
14