gtkTextViewGetIterAtLocation      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_V_i_e_w_G_e_t_I_t_e_r_A_t_L_o_c_a_t_i_o_n

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

     Retrieves the iterator at buffer coordinates 'x' and 'y'. Buffer
     coordinates are coordinates for the entire buffer, not just the
     currently-displayed portion.  If you have coordinates from an
     event, you have to convert those to buffer coordinates with
     'gtkTextViewWindowToBufferCoords'.

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

     gtkTextViewGetIterAtLocation(object, x, y)

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

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

     'x': [integer]  x position, in buffer coordinates

     'y': [integer]  y position, in buffer coordinates

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

     A list containing the following elements: 

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

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

     Derived by RGtkGen from GTK+ documentation

