gtkTextBufferPlaceCursor        package:RGtk2        R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_P_l_a_c_e_C_u_r_s_o_r

_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 to the same place 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:

     gtkTextBufferPlaceCursor(object, where)

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

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

 'where': ['GtkTextIter']  where to put the cursor

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

     Derived by RGtkGen from GTK+ documentation

