gtkIMContextSetUsePreedit       package:RGtk2       R Documentation

_g_t_k_I_M_C_o_n_t_e_x_t_S_e_t_U_s_e_P_r_e_e_d_i_t

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

     Sets whether the IM context should use the preedit string to
     display feedback. If 'use.preedit' is FALSE (default is TRUE),
     then the IM context may use some other method to display feedback,
     such as displaying it in a child of the root window.

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

     gtkIMContextSetUsePreedit(object, use.preedit)

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

'object': ['GtkIMContext']  a 'GtkIMContext'

'use.preedit': [logical]  whether the IM context should use the preedit
          string.

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

     Derived by RGtkGen from GTK+ documentation

