gui/collects/embedded-gui/scribblings/control-snips.scrbl
Eli Barzilay 4f207d84ed Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)

original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
2011-06-20 04:27:14 -04:00

15 lines
402 B
Racket

#lang scribble/doc
@(require "common.rkt")
@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"]