29 lines
789 B
Racket
29 lines
789 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@title{@bold{MrLib}: Extra GUI Libraries}
|
|
|
|
@table-of-contents[]
|
|
|
|
@include-section["aligned-pasteboard/aligned-pasteboard.scrbl"]
|
|
@include-section["bitmap-label.scrbl"]
|
|
@include-section["cache-image-snip.scrbl"]
|
|
@include-section["close-icon.scrbl"]
|
|
@include-section["gif.scrbl"]
|
|
@include-section["graph/graph.scrbl"]
|
|
@include-section["hierlist/hierlist.scrbl"]
|
|
@include-section["include-bitmap.scrbl"]
|
|
@include-section["interactive-value-port.scrbl"]
|
|
@include-section["name-message.scrbl"]
|
|
@include-section["path-dialog.scrbl"]
|
|
@include-section["plot.scrbl"]
|
|
@include-section["switchable-button.scrbl"]
|
|
@include-section["tex-table.scrbl"]
|
|
|
|
@section{Acknowledgments}
|
|
|
|
Contributors to this set of libraries include Mike MacHenry.
|
|
|
|
@index-section[]
|
|
|