gtkEditableGetChars          package:RGtk2          R Documentation

_g_t_k_E_d_i_t_a_b_l_e_G_e_t_C_h_a_r_s

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

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

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

     gtkEditableGetChars(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.

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

     [character] the characters in the indicated region.

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

     Derived by RGtkGen from GTK+ documentation

