`frame%' style doc corrections

to sync with gr2 changes
This commit is contained in:
Matthew Flatt 2011-01-28 11:14:01 -07:00
parent 96fd11eede
commit dc2bdfcea3

View File

@ -63,14 +63,11 @@ some platforms:
@itemize[ @itemize[
@item{@scheme['no-resize-border] --- omits the resizeable border @item{@scheme['no-resize-border] --- omits the resizeable border
around the window (Windows, X MWM) or grow box in the bottom right around the window (Windows, X) or grow box in the bottom right
corner (Mac OS X)} corner (Mac OS X)}
@item{@scheme['no-caption] --- omits the title bar for the frame @item{@scheme['no-caption] --- omits the title bar for the frame
(Windows, X MWM) (Windows, Mac OS X, X)}
(X Gnome, X KDE: the frame decoration is omitted completely when
@scheme['no-resize-border] and @scheme['no-caption] are combined.)}
@item{@scheme['no-system-menu] --- omits the system menu @item{@scheme['no-system-menu] --- omits the system menu
(Windows)} (Windows)}
@ -91,17 +88,14 @@ some platforms:
the frame fullscreen (X)} the frame fullscreen (X)}
@item{@scheme['float] --- causes the frame to stay in front of all @item{@scheme['float] --- causes the frame to stay in front of all
other non-floating windows (Windows and Mac OS X always, X when other non-floating windows (Windows, Mac OS X, X); under Mac OS X, a floating frame
combined with @scheme['no-caption]); under Mac OS X, a floating frame
shares the focus with an active non-floating frame; when this style shares the focus with an active non-floating frame; when this style
is combined with @scheme['no-caption], then showing the frame does is combined with @scheme['no-caption], then showing the frame does
not cause the keyboard focus to shift to the window, and under X, not cause the keyboard focus to shift to the window, and under X,
clicking the frame does not move the focus; under Windows, a floating clicking the frame does not move the focus; under Windows, a floating
frame has no taskbar button} frame has no taskbar button}
@item{@scheme['metal] --- draws the frame with a brushed-metal @item{@scheme['metal] --- ignored (formerly supported for Mac OS X)}
background (Mac OS X); this style is ignored when
@scheme['no-caption] is specified}
] ]