Text

The Text object is a standard Motif Text widget. Sun MTPScan uses the Text object 
to display multiple lines of text. The text usually appears inside a 
ScrolledWindow. For example, the HelpDialog uses a Text object inside a 
ScrolledWindow.

The Text object can also accept user input, as it is a rather primitive text 
editor. Sun MTPScan does not make use of this feature, but uses the TextField for 
input instead, since the TextField uses only a single line and consumes less
overhead.

See also: ScrolledWindow, TextField
