racket/collects/scribblings/gui/win-funcs.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

14 lines
348 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title{Windowing Functions}
@local-table-of-contents[]
@include-section["dialog-funcs.scrbl"]
@include-section["eventspace-funcs.scrbl"]
@include-section["system-menu-funcs.scrbl"]
@include-section["global-draw-funcs.scrbl"]
@include-section["font-funcs.scrbl"]
@include-section["miscwin-funcs.scrbl"]