1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
# Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
# Copyright(c) 1995-99 Andrew Lister
# Copyright 2002 by Danny Backx
#
# $Header: /cvsroot/xbae/Xbae/examples/README,v 1.2 2002/08/03 14:07:25 dannybackx Exp $
#
extest,testall
These scripts will run all the examples described below.
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
builderXcessory
This is a set of example files that can be used to integrate
the widgets with BX, a commercial Motif GUI designer.
(http://www.ics.com)
input
Demonstrate use of the XbaeInput widget.
multibyte
Demonstrate XbaeMatrix with multibyte (Asian) text.
tests
This currently contains one test program related to a bug report.
Contrary to previous versions, the examples can now be run without
setting variables such as XAPPLRESDIR. Such data is now present
in the source of the example applications as fallback resources.
|