Closes PR 12772
This commit is contained in:
Matthew Flatt 2012-05-15 20:13:12 -06:00
parent b5ce4f281d
commit e8d7b8696e

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{