gdkWindowSetGroup           package:RGtk2           R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_G_r_o_u_p

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

     Sets the group leader window for 'window'. By default, GDK sets
     the group leader for all toplevel windows to a global window
     implicitly created by GDK. With this function you can override
     this default.

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

     gdkWindowSetGroup(object, leader)

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

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

'leader': ['GdkWindow']  group leader window, or 'NULL' to restore the
          default group leader window

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

     The group leader window allows the window manager to distinguish
     all windows that belong to a single application. It may for
     example allow users to minimize/unminimize all windows belonging
     to an application at once. You should only set a non-default group
     window if your application pretends to be multiple applications.

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

     Derived by RGtkGen from GTK+ documentation

