GtkPlug                package:RGtk2                R Documentation

_G_t_k_P_l_u_g

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

     Toplevel for embedding into other processes

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkPlugConstruct(object, socket.id)'
      'gtkPlugConstructForDisplay(object, display, socket.id)'
      'gtkPlugNew(socket.id, show = TRUE)'
      'gtkPlugNewForDisplay(display, socket.id)'
      'gtkPlugGetId(object)'
      'gtkPlug(socket.id, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkObject
              +----GtkWidget
                    +----GtkContainer
                          +----GtkBin
                                +----GtkWindow
                                      +----GtkPlug 

_I_n_t_e_r_f_a_c_e_s:

     GtkPlug implements AtkImplementorIface.

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

     Together with 'GtkSocket', 'GtkPlug' provides the ability to embed
     widgets from one process into another process in a fashion that is
     transparent to the user. One process creates a 'GtkSocket' widget
     and, passes the ID of that widgets window to the other process, 
     which then creates a 'GtkPlug' with that window ID. Any widgets
     contained in the 'GtkPlug' then will appear inside the first
     applications window. *PLEASE NOTE:*    The 'GtkPlug' and
     'GtkSocket' widgets are currently not available  on all platforms
     supported by GTK+.

_S_t_r_u_c_t_u_r_e_s:

     '_G_t_k_P_l_u_g' _undocumented _ .in -5 

_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkPlug' is the equivalent of 'gtkPlugNew'.

_S_i_g_n_a_l_s:

          '_p_l_u_g' ['GtkPlug'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkPlug.html>

