gtkSocketSteal             package:RGtk2             R Documentation

_g_t_k_S_o_c_k_e_t_S_t_e_a_l

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

     Reparents a pre-existing toplevel window into a 'GtkSocket'. This
     is meant to embed clients that do not know about embedding into a
     'GtkSocket', however doing so is inherently unreliable, and using
     this function is not recommended. *WARNING: 'gtk_socket_steal' is
     deprecated and should not be used in newly-written code.*

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

     gtkSocketSteal(object, wid)

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

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

   'wid': ['GdkNativeWindow']  the window ID of an existing toplevel
          window.

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

     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

