gtkTextIterOrder            package:RGtk2            R Documentation

_g_t_k_T_e_x_t_I_t_e_r_O_r_d_e_r

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

     Swaps the value of 'first' and 'second' if 'second' comes before
     'first' in the buffer. That is, ensures that 'first' and 'second'
     are in sequence. Most text buffer functions that take a range call
     this automatically on your behalf, so there's no real reason to
     call it yourself in those cases. There are some exceptions, such
     as 'gtkTextIterInRange', that expect a pre-sorted range.

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

     gtkTextIterOrder(object, second)

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

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

'second': ['GtkTextIter']  another 'GtkTextIter'

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

     Derived by RGtkGen from GTK+ documentation

