gtkContainerAddWithProperties     package:RGtk2     R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_A_d_d_W_i_t_h_P_r_o_p_e_r_t_i_e_s

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

     Adds 'widget' to 'container', setting child properties at the same
     time. See 'gtkContainerAdd' and 'gtkContainerChildSet' for more
     details.

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

     gtkContainerAddWithProperties(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 list of property names and values, starting with
          'first.prop.name'

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

     Derived by RGtkGen from GTK+ documentation

