add_table
Description:
[ Version ( deprecated = true , deprecated_since = "4.4" ) ]
public void add_table (uint16[] data, int max_seq_len, int n_seqs)
public void add_table (uint16[] data, int max_seq_len, int n_seqs)
Warning: add_table is deprecated since 4.4.
Adds an additional table to search to the input context.
Note:
Use add_compose_file
Each row of the table consists of max_seq_len
key symbols followed by two uint16
interpreted as the high and low words of a gunicode
value. Tables are searched starting from the last added.
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.)
Parameters:
this |
A `GtkIMContextSimple` |
data |
the table |
max_seq_len |
Maximum length of a sequence in the table |
n_seqs |
number of sequences in the table |