racket/collects/scribblings/gui/gui.scrbl
Matthew Flatt 3f2341cda8 minor doc edits
svn: r7121
2007-08-19 13:20:06 +00:00

30 lines
992 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["common.ss"]
@title{PLT Scheme GUI: MrEd}
This reference manual describes the MrEd GUI toolbox that is part of
PLT Scheme. See @secref["guide:mred"] in
@italic{@link["../guide/index.html"]{A Guide to PLT Scheme}} for an
introduction to MrEd.
The @scheme[(lib "mred")] module provides all of the class, interface,
and procedure bindings defined in this manual. The
@schememodname[big-gui] language (for use with @schemefont{#module})
extends the @schememodname[big] language with @scheme[(lib "mred")].
@bold{This reference describes a potential future version of PLT Scheme.
It does not match the current implementation.}
@table-of-contents[]
@;------------------------------------------------------------------------
@include-section["guide.scrbl"]
@include-section["reference.scrbl"]
@include-section["config.scrbl"]
@;------------------------------------------------------------------------
@index-section["mred-index"]