On this page:
new
Inherited methods:
from alignment<%>
align
get-min-height
get-min-width
get-parent
set-min-sizes
show
show/  hide
stretchable-height
stretchable-width
from dllist<%>
for-each
map-to-list
next
prev

class

embedded-message% : class?

  superclass: snip-wrapper%

A static text label.

constructor

(new embedded-message% 
    [parent parent] 
    [label label]) 
  (is-a?/c embedded-message%)
  parent : (is-a?/c alignment-parent<%>)
  label : string?
Creates a static control that displays label.