gtkTextBufferSelectRange        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_S_e_l_e_c_t_R_a_n_g_e

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

     This function moves the "insert" and "selection_bound" marks
     simultaneously.  If you move them in two steps with
     'gtkTextBufferMoveMark', you will temporarily select a region in
     between their old and new locations, which can be pretty
     inefficient since the temporarily-selected region will force stuff
     to be recalculated. This function moves them as a unit, which can
     be optimized.

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

     gtkTextBufferSelectRange(object, ins, bound)

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

'object': ['GtkTextBuffer']  a 'GtkTextBuffer'

   'ins': ['GtkTextIter']  where to put the "insert" mark

 'bound': ['GtkTextIter']  where to put the "selection_bound" mark

_D_e_t_a_i_l_s:

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

