racket/collects/mysterx/scribblings/mysterx.scrbl
2010-05-07 09:13:51 -06:00

23 lines
534 B
Racket

#lang scribble/doc
@(require "common.ss")
@title{@bold{MysterX}: Using Windows COM Objects in Racket}
@author["Paul Steckler"]
@bold{MysterX} is a toolkit for building Windows applications from
@as-index{ActiveX} and COM components, using Racket as glue code.
Dynamic HTML (DHTML) is used for component presentation and
event-handling.
@defmodule[mysterx]
@table-of-contents[]
@include-section["overview.scrbl"]
@include-section["com.scrbl"]
@include-section["activex.scrbl"]
@include-section["version.scrbl"]
@index-section[]