gtkEntryTextIndexToLayoutIndex     package:RGtk2     R Documentation

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

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

     Converts from a position in the entry's 'PangoLayout' (returned by
     'gtkEntryGetLayout') to a position in the entry contents (returned
     by 'gtkEntryGetText').

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

     gtkEntryTextIndexToLayoutIndex(object, text.index)

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

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

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

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

     [integer]  byte index into the entry layout text

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

     Derived by RGtkGen from GTK+ documentation

