racket/collects/mrlib/scribblings/aligned-pasteboard/aligned-pasteboard.scrbl
2008-01-10 20:07:32 +00:00

21 lines
707 B
Racket

#lang scribble/doc
@(require "../common.ss")
@title[#:style 'toc]{Aligned Pasteboard}
The aligned-pasteboard library provides classes derived from
@scheme[pasteboard%] with geometry management that mirrors that of
@scheme[vertical-panel%] and @scheme[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"]