mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8744b69afa
of cells as a spreadsheet. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
9 lines
475 B
Plaintext
9 lines
475 B
Plaintext
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.
|