racket/collects/scribblings/gui/gui.scrbl
Matthew Flatt a559a710d4 adjust document names
svn: r7968
2007-12-12 16:31:57 +00:00

36 lines
1.1 KiB
Racket

#lang scribble/doc
@require["common.ss"]
@title[#:tag-prefix '(lib "scribblings/gui/gui.scrbl")
#:tag "top"]{@bold{GUI}: PLT Graphics Toolkit}
@declare-exporting[scheme/gui/base scheme/gui]
This reference manual describes the MrEd GUI toolbox that is part of
PLT Scheme. See @secref[#:doc '(lib "scribblings/guide/guide.scrbl")
"mred"] in @italic{@link["../guide/index.html"]{A Guide to PLT
Scheme}} for an introduction to MrEd.
@defmodule*/no-declare[(scheme/gui/base)]{The
@schememodname[scheme/gui/base] module provides all of the class,
interface, and procedure bindings defined in this manual.}
@defmodulelang*/no-declare[(scheme/gui)]{The
@schememodname[scheme/gui] language combines all bindings of the
@schememodname[scheme] language and the
@schememodname[scheme/gui/base] modules.}
@table-of-contents[]
@;------------------------------------------------------------------------
@include-section["guide.scrbl"]
@include-section["reference.scrbl"]
@include-section["config.scrbl"]
@include-section["dynamic.scrbl"]
@;------------------------------------------------------------------------
@index-section[]