Adjust bitmap-label docs

The `future-parent` argument is actually ignored now and
can be any value, so document it as such.
This commit is contained in:
Asumu Takikawa 2013-08-12 11:56:49 -04:00
parent d9e583d533
commit 8c7a6709b0

View File

@ -16,8 +16,9 @@ image specified by @racket[img] followed by the text in @racket[str].}
@defproc[((bitmap-label-maker [str string?]
[img (or/c (is-a?/c bitmap%) path-string?)])
[future-parent (is-a?/c area-container<%>)])
[future-parent any/c])
(is-a?/c bitmap%)]{
And older variant of @racket[make-bitmap-label] that obtains a
font to use from a container @racket[future-parent].}
And older variant of @racket[make-bitmap-label] that was designed to
obtain a font to use from a container @racket[future-parent]. The
@racket[future-parent] argument is currently ignored.}