racket/collects/scribblings/gui/grow-box-spacer-pane-class.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

21 lines
679 B
Racket

#lang scribble/doc
@(require "common.rkt")
@defclass/title[grow-box-spacer-pane% pane% ()]{
A @racket[grow-box-spacer-pane%] object is intended for use as a
lightweight spacer in the bottom-right corner of a frame, rather than
as a container. On Mac OS X, a
@racket[grow-box-spacer-pane%] has the same width and height as the
grow box that is inset into the bottom-right corner of a frame. On
Windows and Unix, a @racket[grow-box-spacer-pane%] has zero width and
height. Unlike all other container types, a
@racket[grow-box-spacer-pane%] is unstretchable by default.
@defconstructor/auto-super[()]{
See @racket[pane%] for information on initialization arguments.
}}