gtkWindowSetTransientFor        package:RGtk2        R Documentation

_g_t_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:

     Dialog windows should be set transient for the main application
     window they were spawned from. This allows window managers to e.g.
     keep the dialog on top of the main window, or center the dialog
     over the main window. 'gtkDialogNewWithButtons' and other
     convenience functions in GTK+ will sometimes call
     'gtkWindowSetTransientFor' on your behalf.

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

     gtkWindowSetTransientFor(object, parent = NULL)

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

'object': ['GtkWindow']  a 'GtkWindow'

'parent': ['GtkWindow']  parent window

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

     On Windows, this function puts the child window on top of the
     parent,  much as the window manager would have done on X.

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

     Derived by RGtkGen from GTK+ documentation

