Fix doc contract for list-box%
This commit is contained in:
parent
32133df12b
commit
8133559442
|
@ -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?]{
|
void?]{
|
||||||
|
|
||||||
Clears the list box and installs a new list of items. The number of
|
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
|
@racket[choices] lists must have the same number of items, otherwise
|
||||||
@|MismatchExn|.}
|
@|MismatchExn|.}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user