gdkWindowSetTransientFor        package:RGtk2        R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_T_r_a_n_s_i_e_n_t_F_o_r

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

     Indicates to the window manager that 'window' is a transient
     dialog associated with the application window 'parent'. This
     allows the window manager to do things like center 'window' on
     'parent' and keep 'window' above 'parent'.

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

     gdkWindowSetTransientFor(object, leader)

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

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

'leader': ['GdkWindow']  another toplevel 'GdkWindow'

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

     See 'gtkWindowSetTransientFor' if you're using 'GtkWindow' or
     'GtkDialog'.

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

     Derived by RGtkGen from GTK+ documentation

