Closes PR 12772

original commit: e8d7b8696e246b059b560dac7173cd6840afa8dc
This commit is contained in:
Matthew Flatt 2012-05-15 20:13:12 -06:00
parent b4689e86d2
commit eea4d30f1b

View File

@ -78,8 +78,8 @@ Fills all boxes with @racket[0.0].
}}
@defmethod[(get-view-size [h (or/c (box/c (and/c real? (not/c negative?))) #f)]
[w (or/c (box/c (and/c real? (not/c negative?))) #f)])
@defmethod[(get-view-size [w (or/c (box/c (and/c real? (not/c negative?))) #f)]
[h (or/c (box/c (and/c real? (not/c negative?))) #f)])
void?]{
@methspec{