gtkTextIterForwardToLineEnd      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_I_t_e_r_F_o_r_w_a_r_d_T_o_L_i_n_e_E_n_d

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

     Moves the iterator to point to the paragraph delimiter characters,
     which will be either a newline, a carriage return, a carriage
     return/newline in sequence, or the Unicode paragraph separator
     character. If the iterator is already at the paragraph delimiter
     characters, moves to the paragraph delimiter characters for the
     next line. If 'iter' is on the last line in the buffer, which does
     not end in paragraph delimiters, moves to the end iterator (end of
     the last line), and returns 'FALSE'.

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

     gtkTextIterForwardToLineEnd(object)

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

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

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

     [logical] 'TRUE' if we moved and the new location is not the end
     iterator

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

     Derived by RGtkGen from GTK+ documentation

