7 lines
168 B
Racket
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.}
|