gtkEditableInsertText         package:RGtk2         R Documentation

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

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

     Inserts text at a given position.

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

     gtkEditableInsertText(object, new.text, position = 0)

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

'object': ['GtkEditable'] a 'GtkEditable' widget.

'new.text': [character] the text to insert.

'position': [integer] an inout parameter. The caller initializes it 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

