gtkTextIterEqual            package:RGtk2            R Documentation

_g_t_k_T_e_x_t_I_t_e_r_E_q_u_a_l

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

     Tests whether two iterators are equal, using the fastest possible
     mechanism. This function is very fast; you can expect it to
     perform better than e.g. getting the character offset for each
     iterator and comparing the offsets yourself. Also, it's a bit
     faster than 'gtkTextIterCompare'.

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

     gtkTextIterEqual(object, rhs)

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

'object': ['GtkTextIter']  a 'GtkTextIter'

   'rhs': ['GtkTextIter']  another 'GtkTextIter'

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

     [logical] 'TRUE' if the iterators point to the same place in the
     buffer

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

     Derived by RGtkGen from GTK+ documentation

