12 lines
270 B
Racket
12 lines
270 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt")
|
|
|
|
@defclass/title[embedded-message% snip-wrapper% ()]{
|
|
|
|
A static text label.
|
|
|
|
@defconstructor[([parent (is-a?/c alignment-parent<%>)]
|
|
[label string?])]{
|
|
|
|
Creates a static control that displays @racket[label].}}
|