gtkAdd                 package:RGtk2                 R Documentation

_A_d_d _G_t_k _w_d_g_e_t _t_o _p_a_r_e_n_t _c_o_n_t_a_i_n_e_r

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

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     This adds the specified Gtk widget to the hierarchy defining a
     graphical interface by giving it a parent and a place in the
     parent's container. This is then followed by a call to 'gtkShow'
     to make the widget visible.

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

     gtkAdd(parent, ...)

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

  parent: the parent container widget (e.g. a box, etc. ) into which
          the widget `w' is to be added.

     ...: one or more widgets that are to be added to the parent
          container.

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

     Currently, a logical value indicating whether the, typically a
     logical value, 'TRUE', indicating success. This will be changed to
     be a widget. Perhaps we will add an option to allow a scrolled
     container or a pane to be added in which case the result will be
     that newly created container widget.

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

     Duncan Temple Lang

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

     <URL: http://www.gtk.org> <URL: http://www.omegahat.org/RGtk>

_S_e_e _A_l_s_o:

     'gtkContainerAdd' 'gtkWindow' 'gtkShow'

