gtkIMContextSimpleAddTable       package:RGtk2       R Documentation

_g_t_k_I_M_C_o_n_t_e_x_t_S_i_m_p_l_e_A_d_d_T_a_b_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     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
     'integer' interpreted as the high and low words of a 'gunicode'
     value. Tables are searched starting from the last added.

_U_s_a_g_e:

     gtkIMContextSimpleAddTable(object, data, max.seq.len, n.seqs)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkIMContextSimple']  A 'GtkIMContextSimple'

  'data': [integer]  the table 

'max.seq.len': [integer]  Maximum length of a sequence in the table
          (cannot be greater than 'GTK_MAX_COMPOSE_LEN')

'n.seqs': [integer]  number of sequences in the table

_D_e_t_a_i_l_s:

     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.)

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

