gtkTextViewBufferToWindowCoords    package:RGtk2    R Documentation

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

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

     Converts coordinate ('buffer.x', 'buffer.y') to coordinates for
     the window 'win', and stores the result in ('window.x',
     'window.y').

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

     gtkTextViewBufferToWindowCoords(object, win, buffer.x, buffer.y)

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

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

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

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

'buffer.y': [integer]  buffer 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: 

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

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

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

     Derived by RGtkGen from GTK+ documentation

