~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to contrib/docs/latex/deprecated/propifva.tex

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\section{\class{wxIntegerFormValidator}}\label{wxintegerformvalidator}
 
2
 
 
3
This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl
 
4
or wxSlider.
 
5
 
 
6
\wxheading{See also}
 
7
 
 
8
\helpref{Validator classes}{proplistvalidatorclasses}
 
9
 
 
10
\latexignore{\rtfignore{\wxheading{Members}}}
 
11
 
 
12
\membersection{wxIntegerFormValidator::wxIntegerFormValidator}
 
13
 
 
14
\func{void}{wxIntegerFormValidator}{\param{long }{min=0}, \param{long }{max=0},
 
15
 \param{long}{ flags=0}}
 
16
 
 
17
Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
 
18