racket/collects/embedded-gui/scribblings/control-snips.scrbl
Matthew Flatt 6fcc293c4a embedded-gui docs
svn: r9389
2008-04-21 20:51:23 +00:00

15 lines
401 B
Racket

#lang scribble/doc
@(require "common.ss")
@title[#:tag "control-snips" #:style 'toc]{Control Snips}
To allow the buttons to be pushed, the editor in which they appear
must forward clicks to them properly.
@local-table-of-contents[]
@include-section["snip-wrapper.scrbl"]
@include-section["text-button-snip.scrbl"]
@include-section["button-snip.scrbl"]
@include-section["toggle-button-snip.scrbl"]