gtkBoxPackEndDefaults         package:RGtk2         R Documentation

_g_t_k_B_o_x_P_a_c_k_E_n_d_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 end of 'box'.
      The child is packed after (away from end of) any other child
     packed with reference to the end of 'box'.

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

     gtkBoxPackEndDefaults(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' in 'GtkBoxChild', are given their default values,
     'TRUE', 'TRUE', and 0, respectively.

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

     Derived by RGtkGen from GTK+ documentation

