File: control-snips.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 (14 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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"]