15 lines
374 B
Racket
15 lines
374 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@title[#:style '(toc reveal)]{Reference}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["win-classes.scrbl"]
|
|
@include-section["win-funcs.scrbl"]
|
|
@include-section["draw-classes.scrbl"]
|
|
@include-section["draw-funcs.scrbl"]
|
|
@include-section["editor-classes.scrbl"]
|
|
@include-section["editor-funcs.scrbl"]
|
|
@include-section["wxme.scrbl"]
|