]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/proprlva.tex
implemented IPC using Unix domain sockets
[wxWidgets.git] / docs / latex / wx / proprlva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxRealListValidator}}\label{wxreallistvalidator}
2
200fed6c
VS
3This class validates a range of real values for property lists.
4
fa482912
JS
5\wxheading{See also}
6
7\helpref{Validator classes}{proplistvalidatorclasses}
8
9\helpref{wxPropertySheet overview}{wxpropertysheetoverview}
10
11\latexignore{\rtfignore{\wxheading{Members}}}
12
13\membersection{wxRealListValidator::wxRealListValidator}
200fed6c
VS
14
15\func{void}{wxRealListValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
16 \param{long}{ flags=wxPROP\_ALLOW\_TEXT\_EDITING}}
17
18Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
19