gtkIMContextGetPreeditString      package:RGtk2      R Documentation

_g_t_k_I_M_C_o_n_t_e_x_t_G_e_t_P_r_e_e_d_i_t_S_t_r_i_n_g

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

     Retrieve the current preedit string for the input context, and a
     list of attributes to apply to the string. This string should be
     displayed inserted at the insertion point.

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

     gtkIMContextGetPreeditString(object)

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

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

_V_a_l_u_e:

     A list containing the following elements: 

   'str': [character]         location to store the retrieved string.
          The string retrieved must be freed with 'gFree()'.

 'attrs': ['PangoAttrList']       location to store the retrieved
          attribute list. When you are done with this list, you must
          unreference it with 'pangoAttrListUnref()'.

'cursor.pos': [integer]  location to store position of cursor (in
          characters) within the preedit string.  

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

     Derived by RGtkGen from GTK+ documentation

