Fix type of get-value in Slider%.

Reported by Tim Brown.
This commit is contained in:
Sam Tobin-Hochstadt 2016-09-07 08:51:44 -04:00
parent abdc0e8ebc
commit 07911cd613

View File

@ -1072,7 +1072,7 @@
[min-height (Option Natural) #:optional]
[stretchable-width Any #:optional]
[stretchable-height Any #:optional])
[get-value (-> Natural)]
[get-value (-> Fixnum)]
[set-value (Integer -> Void)]))
(define-type Choice%