gtkEditableDeleteText         package:RGtk2         R Documentation

_g_t_k_E_d_i_t_a_b_l_e_D_e_l_e_t_e_T_e_x_t

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

     Deletes a sequence of characters. The characters that are deleted
     are those characters at positions from 'start.pos' up to, but not
     including 'end.pos'. If  'end.pos' is negative, then the the
     characters deleted will be those characters from 'start.pos' to
     the end of the text.

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

     gtkEditableDeleteText(object, start.pos, end.pos)

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

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

'start.pos': [integer] the starting position.

'end.pos': [integer] the end position.

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

     Derived by RGtkGen from GTK+ documentation

