racket/collects/embedded-gui/scribblings/embedded-message.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

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 @scheme[label].}}