racket/collects/scribblings/gui/grow-box-spacer-pane-class.scrbl
Eli Barzilay 264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00

21 lines
681 B
Racket

#lang scribble/doc
@(require "common.ss")
@defclass/title[grow-box-spacer-pane% pane% ()]{
A @scheme[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. Under Mac OS X, a
@scheme[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. Under
Windows and X, a @scheme[grow-box-spacer-pane%] has zero width and
height. Unlike all other container types, a
@scheme[grow-box-spacer-pane%] is unstretchable by default.
@defconstructor/auto-super[()]{
See @scheme[pane%] for information on initialization arguments.
}}