1#lang scribble/doc
2@(require "common.rkt")
3
4@defclass/title[embedded-message% snip-wrapper% ()]{
5
6A static text label.
7
8@defconstructor[([parent (is-a?/c alignment-parent<%>)]
9                 [label string?])]{
10
11Creates a static control that displays @racket[label].}}
12