gdkWindowReparent           package:RGtk2           R Documentation

_g_d_k_W_i_n_d_o_w_R_e_p_a_r_e_n_t

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

     Reparents 'window' into the given 'new.parent'. The window being
     reparented will be unmapped as a side effect.

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

     gdkWindowReparent(object, new.parent, x, y)

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

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

'new.parent': ['GdkWindow']  new parent to move 'window' into

     'x': [integer]  X location inside the new parent

     'y': [integer]  Y location inside the new parent

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

     Derived by RGtkGen from GTK+ documentation

