gtkTextViewStartsDisplayLine      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_V_i_e_w_S_t_a_r_t_s_D_i_s_p_l_a_y_L_i_n_e

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

     Determines whether 'iter' is at the start of a display line. See
     'gtkTextViewForwardDisplayLine' for an explanation of display
     lines vs. paragraphs.

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

     gtkTextViewStartsDisplayLine(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' begins a wrapped line

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

     Derived by RGtkGen from GTK+ documentation

