gtkTextIterCompare           package:RGtk2           R Documentation

_g_t_k_T_e_x_t_I_t_e_r_C_o_m_p_a_r_e

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

     A 'qsort()'-style function that returns negative if 'lhs' is less
     than 'rhs', positive if 'lhs' is greater than 'rhs', and 0 if
     they're equal. Ordering is in character offset order, i.e. the
     first character in the buffer is less than the second character in
     the buffer.

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

     gtkTextIterCompare(object, rhs)

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

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

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

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

     [integer]  -1 if 'lhs' is less than 'rhs', 1 if 'lhs' is greater,
     0 if they are equal

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

     Derived by RGtkGen from GTK+ documentation

