freebsd-ports/x11-toolkits/xbae/pkg-descr
Thomas Gellekum 8744b69afa Import xbae port. Xbae is a Motif-based widget which displays a grid
of cells as a spreadsheet.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-08 13:28:21 +00:00

8 lines
475 B
Text

The XbaeMatrix is a Motif-based widget which displays a grid of cells
in the same manner as a spreadsheet. The cell array is scrollable,
editable, and otherwise reasonably configurable in appearance. Each
cell usually displays text, but pixmaps can also be displayed (not
editeable). The XbaeMatrix looks to some extent like a grid of
XmTextField widgets, but is actually implemented with a single
XmTextField. This means a big performance improvement due to less
overhead.