The message class

The message widget may be used to display a message on the screen.
  interface message : widget { 
\c{\fbox{message}}
message(char* p, char* options = "" ); message(widget* w, char* p, char* options = "" ); void text(char* s); };

slide: The {\em message} class

The message class does not define default bindings, but the user is free to associate events to a message widget by employing widget::bind.