racket/collects/embedded-gui/scribblings/aligned-pasteboard.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

7 lines
168 B
Racket

#lang scribble/doc
@(require "common.rkt")
@defclass/title[aligned-pasteboard% pasteboard% (alignment-parent<%>)]{
Acts as the top of an @racket[alignment<%>] tree.}