File: controls.scrbl

package info (click to toggle)
racket 8.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 165,720 kB
  • sloc: ansic: 298,502; lisp: 224,176; pascal: 73,851; sh: 18,449; asm: 13,494; makefile: 1,785; cpp: 1,713; javascript: 1,281; exp: 756; csh: 412; perl: 275; python: 270; xml: 106
file content (13 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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"]