gtkTextViewWindowToBufferCoords    package:RGtk2    R Documentation

_g_t_k_T_e_x_t_V_i_e_w_W_i_n_d_o_w_T_o_B_u_f_f_e_r_C_o_o_r_d_s

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

     Converts coordinates on the window identified by 'win' to buffer
     coordinates, storing the result in ('buffer.x','buffer.y').

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

     gtkTextViewWindowToBufferCoords(object, win, window.x, window.y)

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

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

   'win': ['GtkTextWindowType']  a 'GtkTextWindowType' except
          'GTK_TEXT_WINDOW_PRIVATE'

'window.x': [integer]  window x coordinate

'window.y': [integer]  window y coordinate

_D_e_t_a_i_l_s:

     Note that you can't convert coordinates for a nonexisting window
     (see  'gtkTextViewSetBorderWindowSize').

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

     A list containing the following elements: 

'buffer.x': [integer]  buffer x coordinate return location

'buffer.y': [integer]  buffer y coordinate return location

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

     Derived by RGtkGen from GTK+ documentation

