gtkSocketGetId             package:RGtk2             R Documentation

_g_t_k_S_o_c_k_e_t_G_e_t_I_d

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

     Gets the window ID of a 'GtkSocket' widget, which can then be used
     to create a client embedded inside the socket, for instance with
     'gtkPlugNew'.

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

     gtkSocketGetId(object)

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

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

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

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

_V_a_l_u_e:

     ['GdkNativeWindow']  the window ID for the socket

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

     Derived by RGtkGen from GTK+ documentation

