gdkEventGetCoords           package:RGtk2           R Documentation

_g_d_k_E_v_e_n_t_G_e_t_C_o_o_r_d_s

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

     Extract the event window relative x/y coordinates from an event.

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

     gdkEventGetCoords(object)

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

'object': ['GdkEvent']  a 'GdkEvent'

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the event delivered event window
          coordinates

 'x.win': [numeric]  location to put event window x coordinate

 'y.win': [numeric]  location to put event window y coordinate

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

     Derived by RGtkGen from GTK+ documentation

