updates about keys & buttons

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@814 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-04-17 04:31:10 +00:00
parent 501448f64c
commit 8b8673cc3e

View File

@ -218,6 +218,15 @@ traverseCB() callback that is called when user tabs through sequence of
cells. This callback allows a sequence of cells to be defined
for tabbing trhough.
Under the covers, XbaeMatrix uses the Motif Text Widget to create
"cooked" strings out of raw key/button presses. The Motif Text
Widget automatically handles french/german/icelandic/cyrillic keyboards,
it handles the shift, alt & delete keys automatically, it handles
the delete/backspace keys automatically, it handles middle-mouse
paste automatically, etc. The resulting "cooked" strings are passed
to the register code (in table-motif.c) which then hands it off to the
cell handlers.
That's pretty much it, except for some assorted gui-independent setup.