atkEditableTextInsertText       package:RGtk2       R Documentation

_a_t_k_E_d_i_t_a_b_l_e_T_e_x_t_I_n_s_e_r_t_T_e_x_t

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

     Insert text at a given position.

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

     atkEditableTextInsertText(object, string, position)

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

'object': ['AtkEditableText']  an 'AtkEditableText'

'string': [character]  the text to insert

'position': [integer]  The caller initializes this to  the position at
          which to insert the text. After the call it points at the
          position after the newly inserted text.

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

     Derived by RGtkGen from GTK+ documentation

