To run the example programs, change into the example directory,
set the XENVIRONMENT variable to point to the appropriate resource
file and run the program, e.g.:

  cd matrix
  XENVIRONMENT=Matrix.ad matrix

You can also use the shell script "runtest" in this directory to
run all the examples.


matrix
  A simple example of a loaded XbaeMatrix widget.

colors
  Interactively sets row, column and cell colors to the color name
  entered in a cell.

traversal
  Example of custom traversal.  Defines new traversal type -- when Return
  is pressed, moves down a row and back to the first column (carriage return).

dynamic
  Dynamically expands the matrix when a row/column boundary is passed.

select
  Demonstrates row/column/cell selection techniques. Requires Wcl.

select-drag
  Demonstrates "dragging out a rectangle" selection technique.

add
  Demonstrates dynamically adding multiple rows and columns.

caption
  Demonstrates five configurations using XbaeCaption.

Mri
  A version of Mri which knows about the XbaeMatrix and XbaeCaption widgets.
  Requires Wcl.  Two simple Wcl resource files creating a Matrix and
  Caption widget are provided.
