gdkWindowGetPosition          package:RGtk2          R Documentation

_g_d_k_W_i_n_d_o_w_G_e_t_P_o_s_i_t_i_o_n

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

     Obtains the position of the window as reported in the
     most-recently-processed 'GdkEventConfigure'. Contrast with
     'gdkWindowGetGeometry' which queries the X server for the current
     window position, regardless of which events have been received or
     processed.

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

     gdkWindowGetPosition(object)

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

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

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

     The position coordinates are relative to the window's parent
     window.

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

     A list containing the following elements: 

     'x': [integer]  X coordinate of window

     'y': [integer]  Y coordinate of window

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

     Derived by RGtkGen from GTK+ documentation

