racket/collects/mrlib/scribblings/aligned-pasteboard/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

21 lines
708 B
Racket

#lang scribble/doc
@(require "../common.rkt")
@title[#:style 'toc]{Aligned Pasteboard}
The aligned-pasteboard library provides classes derived from
@racket[pasteboard%] with geometry management that mirrors that of
@racket[vertical-panel%] and @racket[horizontal-panel%].
@defmodule[mrlib/aligned-pasteboard]
@local-table-of-contents[]
@include-section["aligned-pasteboard-intf.scrbl"]
@include-section["horizontal-pasteboard-class.scrbl"]
@include-section["vertical-pasteboard-class.scrbl"]
@include-section["aligned-editor-snip-class.scrbl"]
@include-section["aligned-editor-canvas-class.scrbl"]
@include-section["aligned-pasteboard-parent-intf.scrbl"]
@include-section["stretchable-snip-intf.scrbl"]