fix doc bug for `gauge%'

original commit: afeeb56fe8495e043d1b6485eadcde88b1a637b0
This commit is contained in:
Matthew Flatt 2012-09-26 07:56:25 -06:00
parent 3c7fb4808d
commit 0f37e9e790

View File

@ -49,26 +49,26 @@ The @racket[style] list must include either @racket['horizontal],
}
@defmethod[(get-range)
(integer-in 1 10000)]{
(integer-in 1 1000000)]{
Returns the range (maximum value) of the gauge.
}
@defmethod[(get-value)
(integer-in 0 10000)]{
(integer-in 0 1000000)]{
Returns the gauge's current value.
}
@defmethod[(set-range [range (integer-in 1 10000)])
@defmethod[(set-range [range (integer-in 1 1000000)])
void?]{
Sets the range (maximum value) of the gauge.
}
@defmethod[(set-value [pos (integer-in 0 10000)])
@defmethod[(set-value [pos (integer-in 0 1000000)])
void?]{
Sets the gauge's current value. If the specified value is larger than