14 lines
366 B
Racket
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"]
|