gtkBoxPackStartDefaults        package:RGtk2        R Documentation

_g_t_k_B_o_x_P_a_c_k_S_t_a_r_t_D_e_f_a_u_l_t_s

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

     Adds 'widget' to 'box', packed with reference to the start of
     'box'. The child is packed after any other child packed with
     reference  to the start of 'box'.

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

     gtkBoxPackStartDefaults(object, widget)

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

'object': ['GtkBox']  a 'GtkBox'

'widget': ['GtkWidget']  the 'GtkWidget' to be added to 'box'

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

     Parameters for how to pack the child 'widget', '"expand"', 
     '"fill"' and '"padding"', are given their default values, 'TRUE',
     'TRUE', and 0, respectively.

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

     Derived by RGtkGen from GTK+ documentation

