gtkEntryLayoutIndexToTextIndex     package:RGtk2     R Documentation

_g_t_k_E_n_t_r_y_L_a_y_o_u_t_I_n_d_e_x_T_o_T_e_x_t_I_n_d_e_x

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

     Converts from a position in the entry contents (returned by
     'gtkEntryGetText') to a position in the entry's 'PangoLayout'
     (returned by 'gtkEntryGetLayout', with text retrieved via
     'pangoLayoutGetText').

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

     gtkEntryLayoutIndexToTextIndex(object, layout.index)

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

'object': ['GtkEntry']  a 'GtkEntry'

'layout.index': [integer]  byte index into the entry layout text

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

     [integer]  byte index into the entry contents

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

     Derived by RGtkGen from GTK+ documentation

