racket/collects/scribblings/framework/gui-utils.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

10 lines
281 B
Racket

#lang scribble/doc
@(require scribble/manual scribble/extract
(for-label framework racket/gui))
@title{GUI Utilities}
@defmodule*/no-declare[(framework/gui-utils)]
@declare-exporting[framework/gui-utils framework]
@(include-extracted (lib "gui-utils.rkt" "framework"))