mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
501448f64c
commit
8b8673cc3e
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user