gtkSocketAddId             package:RGtk2             R Documentation

_g_t_k_S_o_c_k_e_t_A_d_d_I_d

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

     Adds an XEMBED client, such as a 'GtkPlug', to the 'GtkSocket'. 
     The client may be in the same process or in a different process.

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

     gtkSocketAddId(object, window.id)

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

'object': ['GtkSocket']  a 'GtkSocket'

'window.id': ['GdkNativeWindow']  the window ID of a client
          participating in the XEMBED protocol.

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

     To embed a 'GtkPlug' in a 'GtkSocket', you can either create the
     'GtkPlug' with 'gtk_plug_new (0)', call  'gtkPlugGetId' to get the
     window ID of the plug, and then pass that to the 'gtkSocketAddId',
     or you can call 'gtkSocketGetId' to get the window ID for the
     socket, and call 'gtkPlugNew' passing in that ID.

     The 'GtkSocket' must have already be added into a toplevel window
     before you can make this call.

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

     Derived by RGtkGen from GTK+ documentation

