
Changed plot-frame to use snip-canvas%, so resizing the frame resizes the plot; added Escape handler (closes the frame)
16 lines
438 B
Racket
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"]
|