gtkIMContextSimpleAddTable {RGtk2} | R Documentation |
Adds an additional table to search to the input context.
Each row of the table consists of max.seq.len
key symbols
followed by two
integerinterpreted as the high and low words of a
gunicodevalue. Tables are searched starting from the last added.
gtkIMContextSimpleAddTable(object, data, max.seq.len, n.seqs)
|
|
|
the table |
|
Maximum length of a sequence in the table (cannot be greater than GTK_MAX_COMPOSE_LEN) |
|
number of sequences in the table |
The table must be sorted in dictionary order on the numeric value of the key symbol fields. (Values beyond the length of the sequence should be zero.)
Derived by RGtkGen from GTK+ documentation