gdkEventGetRootCoords         package:RGtk2         R Documentation

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

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

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

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

     gdkEventGetRootCoords(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 root window
          coordinates

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

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

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

     Derived by RGtkGen from GTK+ documentation

