gtkTextViewGetLineAtY         package:RGtk2         R Documentation

_g_t_k_T_e_x_t_V_i_e_w_G_e_t_L_i_n_e_A_t_Y

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

     Gets the 'GtkTextIter' at the start of the line containing the
     coordinate 'y'. 'y' is in buffer coordinates, convert from window
     coordinates with 'gtkTextViewWindowToBufferCoords'. If non-'NULL',
     'line.top' will be filled with the coordinate of the top edge of
     the line.

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

     gtkTextViewGetLineAtY(object, y)

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

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

     'y': [integer]  a y coordinate

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

     A list containing the following elements: 

'target.iter': ['GtkTextIter']  a 'GtkTextIter'

'line.top': [integer]  return location for top coordinate of the line

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

     Derived by RGtkGen from GTK+ documentation

