gdkDisplayGetWindowAtPointer      package:RGtk2      R Documentation

_g_d_k_D_i_s_p_l_a_y_G_e_t_W_i_n_d_o_w_A_t_P_o_i_n_t_e_r

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

     Obtains the window underneath the mouse pointer, returning the
     location of that window in 'win.x', 'win.y' for 'screen'. Returns
     'NULL' if the window  under the mouse pointer is not known to GDK
     (for example, belongs to another application).

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

     gdkDisplayGetWindowAtPointer(object)

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

'object': ['GdkDisplay']  a 'GdkDisplay'

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

     Since  2.2

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

     A list containing the following elements: 

  retval: ['GdkWindow']  the window under the mouse pointer, or 'NULL'

 'win.x': [integer]  return location for origin of the window under the
          pointer

 'win.y': [integer]  return location for origin of the window under the
          pointer

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

     Derived by RGtkGen from GTK+ documentation

