gtkContainerAdd            package:RGtk2            R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_A_d_d

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

     Adds 'widget' to 'container'. Typically used for simple containers
     such as 'GtkWindow', 'GtkFrame', or 'GtkButton'; for more
     complicated layout containers such as 'GtkBox' or 'GtkTable', this
     function will pick default packing parameters that may not be
     correct.  So consider functions such as 'gtkBoxPackStart' and
     'gtkTableAttach' as an alternative to 'gtkContainerAdd' in those
     cases. A widget may be added to only one container at a time; you
     can't place the same widget inside two different containers.

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

     gtkContainerAdd(object, widget)

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

'object': ['GtkContainer']  a 'GtkContainer'

'widget': ['GtkWidget']  a widget to be placed inside 'container'

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

     Derived by RGtkGen from GTK+ documentation

