From 8c7a6709b01790f3a920cd8d509a8a85a2545583 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 12 Aug 2013 11:56:49 -0400 Subject: [PATCH] Adjust bitmap-label docs The `future-parent` argument is actually ignored now and can be any value, so document it as such. --- pkgs/gui-pkgs/gui-doc/mrlib/scribblings/bitmap-label.scrbl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/bitmap-label.scrbl b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/bitmap-label.scrbl index 2c280d1aeb..e74b4fef44 100644 --- a/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/bitmap-label.scrbl +++ b/pkgs/gui-pkgs/gui-doc/mrlib/scribblings/bitmap-label.scrbl @@ -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.}