diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
commit | 8744b69afa5f90ae06a2d7371107c490ce213014 (patch) | |
tree | 0b77e8944c99c4e5f6a9925dc2ebcc81e0ceb3c2 /x11-toolkits/xbae/pkg-descr | |
parent | Make this compile again. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=10444
Diffstat (limited to 'x11-toolkits/xbae/pkg-descr')
-rw-r--r-- | x11-toolkits/xbae/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/xbae/pkg-descr b/x11-toolkits/xbae/pkg-descr new file mode 100644 index 000000000000..92f19ed78903 --- /dev/null +++ b/x11-toolkits/xbae/pkg-descr @@ -0,0 +1,8 @@ +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. |