
(Some other minor things here and there.) original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
10 lines
281 B
Racket
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"))
|