Help file for TextView
1.02 (08 Jul 2005)

This is a component used by the Compose application. Compose is a visual
programming language that uses links between components to allow applications
to be built quickly and easily. Please see the Compose manual for more
information about how Compose and components generally can be used.

Compose can be found at http://www.flypig.co.uk/compose.htm

The TextView component allows textual data to be displayed in a window.

It has 1 input and 1 output.

The component takes any text data as input on link 0 and displays this in a
window. There is an option for the user to output the data that has
accumulated in the window. If selected, this data will be output on link 0.

----------------------------------------------------------------------------

The licence for Compose and related components is open source, based on the
MIT licence. See below for more details.

----------------------------------------------------------------------------

Copyright (c) 2005 David Llewellyn-Jones

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

----------------------------------------------------------------------------
