From 89a12d4f561183d5b3e7636448d3c184031336ec Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 2 May 2008 14:50:46 +0000 Subject: [PATCH] gui doc repairs svn: r9593 --- collects/scribblings/gui/bitmap-class.scrbl | 2 +- collects/scribblings/gui/bitmap-dc-class.scrbl | 2 +- collects/scribblings/gui/dc-intf.scrbl | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/scribblings/gui/bitmap-class.scrbl b/collects/scribblings/gui/bitmap-class.scrbl index c4645bdca6..2c3f1c580a 100644 --- a/collects/scribblings/gui/bitmap-class.scrbl +++ b/collects/scribblings/gui/bitmap-class.scrbl @@ -51,7 +51,7 @@ When a @scheme[bits] byte string is provided: Creates a monochrome [width (integer-in 1 10000)] [height (integer-in 1 10000)] [pixels (and/c byte-string? mutable?)] - [alpha? any/c @scheme[#f]]) + [alpha? any/c #f]) void?]{ Produces the same result as @xmethod[bitmap-dc% get-argb-pixels], but the diff --git a/collects/scribblings/gui/bitmap-dc-class.scrbl b/collects/scribblings/gui/bitmap-dc-class.scrbl index 432df4aea4..9aecebf9cf 100644 --- a/collects/scribblings/gui/bitmap-dc-class.scrbl +++ b/collects/scribblings/gui/bitmap-dc-class.scrbl @@ -51,7 +51,7 @@ Display part of a bitmap with smooth scaling. For most platforms, this [width (integer-in 1 10000)] [height (integer-in 1 10000)] [pixels (and/c bytes? (not/c immutable?))] - [alpha? any/c @scheme[#f]]) + [alpha? any/c #f]) void?]{ Gets a rectangle of pixels in the bitmap, subject to the same rules diff --git a/collects/scribblings/gui/dc-intf.scrbl b/collects/scribblings/gui/dc-intf.scrbl index f4ba1c2879..2c71db065b 100644 --- a/collects/scribblings/gui/dc-intf.scrbl +++ b/collects/scribblings/gui/dc-intf.scrbl @@ -91,9 +91,9 @@ If the mask bitmap is grayscale and the bitmap to draw is not a non-grayscale mask or a monochrome bitmap to draw) produce platform-specific results. -The current brush, current pen, and current text settings for the DC - have no effect on how the bitmap is drawn, but the bitmap is scaled - if the DC has a scale. +The current brush, current pen, current text, and current alpha + settings for the DC have no effect on how the bitmap is drawn, but + the bitmap is scaled if the DC has a scale. For @scheme[post-script-dc%] output, the mask bitmap is currently ignored, and the @scheme['solid] style is treated the same as