racket/collects/embedded-gui/scribblings/containers.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

15 lines
417 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title[#:tag "containers" #:style 'toc]{Containers}
@local-table-of-contents[]
@include-section["aligned-pasteboard.scrbl"]
@include-section["alignment.scrbl"]
@include-section["alignment-parent.scrbl"]
@include-section["stretchable-snip.scrbl"]
@include-section["horizontal-alignment.scrbl"]
@include-section["vertical-alignment.scrbl"]
@include-section["dllist.scrbl"]