gdkWindowGetDeskrelativeOrigin     package:RGtk2     R Documentation

_g_d_k_W_i_n_d_o_w_G_e_t_D_e_s_k_r_e_l_a_t_i_v_e_O_r_i_g_i_n

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

     This gets the origin of a 'GdkWindow' relative to an
     Enlightenment-window-manager desktop. As long as you don't assume
     that the user's desktop/workspace covers the entire root window
     (i.e. you don't assume that the desktop begins at root window
     coordinate 0,0) this function is not necessary. It's deprecated
     for that reason. *WARNING: 'gdk_window_get_deskrelative_origin' is
     deprecated and should not be used in newly-written code.*

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

     gdkWindowGetDeskrelativeOrigin(object)

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

'object': ['GdkWindow']  a toplevel 'GdkWindow'

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

     A list containing the following elements: 

  retval: [logical]  not meaningful

     'x': [integer]  return location for X coordinate

     'y': [integer]  return location for Y coordinate

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

     Derived by RGtkGen from GTK+ documentation

