gdkWindowAtPointer           package:RGtk2           R Documentation

_g_d_k_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'. Returns 'NULL' if the
     window under the mouse pointer is not known to GDK (if the window
     belongs to another application and a 'GdkWindow' hasn't been
     created for it with 'gdkWindowForeignNew()')

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

     gdkWindowAtPointer()

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

     NOTE: For multihead-aware widgets or applications use
     'gdkDisplayGetWindowAtPointer' instead.

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

     A list containing the following elements: 

  retval: ['GdkWindow']  window under the mouse pointer

 '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

