# Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
# Copyright(c) 1995-97 Andrew Lister
#
# $Date: 1997/02/08 06:04:50 $
# $Source: /usr/local/src/Xbae/examples/README,v $

To run the example programs, change to the directory containing the
program and:

	% setenv XAPPLRESDIR .
	% <appname>

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.  Both backgroud and foreground can be set

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.  Also
  shows capabilities of a double click callback being invoked.

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.

choice
  A program to allow the various concoctions of shadows to be dynamically
  viewed.

multifixed
  The multifixed program demonstrates the ability of combining fixed rows
  and fixed columns on a matrix.  Typical uses for these resources may include
  such things as total rows or columns.

fifteen 
  A demonstration of what can be acheived with cellShadowTypes - a clone
  of the good old fifteen puzzle

select-push
  A copy of a list of radio buttons - also allows individual cells to be
  edited

list
  Like the Motif list widget but with the XbaeMatrix resources available

draw
  An example of the use of XmNdrawCellCallback, XmNwriteCellCallback and
  pixmaps
