gtkTextViewForwardDisplayLineEnd    package:RGtk2    R Documentation

_g_t_k_T_e_x_t_V_i_e_w_F_o_r_w_a_r_d_D_i_s_p_l_a_y_L_i_n_e_E_n_d

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

     Moves the given 'iter' forward to the next display line end. A
     display line is different from a paragraph. Paragraphs are
     separated by newlines or other paragraph separator characters.
     Display lines are created by line-wrapping a paragraph. If
     wrapping is turned off, display lines and paragraphs will be the
     same. Display lines are divided differently for each view, since
     they depend on the view's width; paragraphs are the same in all
     views, since they depend on the contents of the 'GtkTextBuffer'.

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

     gtkTextViewForwardDisplayLineEnd(object, iter)

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

'object': ['GtkTextView']  a 'GtkTextView'

  'iter': ['GtkTextIter']  a 'GtkTextIter'

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

     [logical] 'TRUE' if 'iter' was moved and is not on the end
     iterator

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

     Derived by RGtkGen from GTK+ documentation

