racket/collects/unstable/scribblings/gui.scrbl
Neil Toronto 610280225c Added unstable/gui/snip (provides snip-canvas%) and docs
Changed plot-frame to use snip-canvas%, so resizing the frame resizes the plot; added Escape handler (closes the frame)
2012-03-03 12:37:09 -07:00

16 lines
438 B
Racket

#lang scribble/doc
@(require scribble/base
scribble/manual
(for-label scribble/base))
@title[#:style '(toc) #:tag "unstable-gui"]{GUI Libraries}
@local-table-of-contents[#:style 'immediate-only]
@include-section["gui/notify.scrbl"]
@include-section["gui/prefs.scrbl"]
@include-section["gui/pict.scrbl"]
@include-section["gui/slideshow.scrbl"]
@include-section["gui/pslide.scrbl"]
@include-section["gui/snip.scrbl"]