gui/collects/embedded-gui/scribblings/controls.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

14 lines
366 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title[#:tag "controls" #:style 'toc]{Controls}
@local-table-of-contents[]
@include-section["embedded-text-button.scrbl"]
@include-section["embedded-button.scrbl"]
@include-section["embedded-toggle-button.scrbl"]
@include-section["embedded-message.scrbl"]
@include-section["vline.scrbl"]
@include-section["hline.scrbl"]