Fix doc contract for list-box%

This commit is contained in:
Asumu Takikawa 2014-02-06 16:37:30 -05:00
parent 32133df12b
commit 8133559442

View File

@ -279,12 +279,13 @@ The control's callback procedure is @italic{not} invoked.
}
@defmethod[(set [choices (listof label-string?)]
@defmethod[(set [choices0 (listof label-string?)]
[choices (listof label-string?)]
...)
void?]{
Clears the list box and installs a new list of items. The number of
@racket[choices] lists must match the number of columns, and all
@racket[choices0] plus @racket[choices] lists must match the number of columns, and all
@racket[choices] lists must have the same number of items, otherwise
@|MismatchExn|.}