gtkBoxSetChildPacking         package:RGtk2         R Documentation

_g_t_k_B_o_x_S_e_t_C_h_i_l_d_P_a_c_k_i_n_g

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

     Sets the way 'child' is packed into 'box'.

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

     gtkBoxSetChildPacking(object, child, expand, fill, padding, pack.type)

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

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

 'child': ['GtkWidget'] the 'GtkWidget' of the child to set.

'expand': [logical] the new value of the 'expand' field in
          'GtkBoxChild'.

  'fill': [logical] the new value of the 'fill' field in 'GtkBoxChild'.

'padding': [numeric] the new value of the 'padding' field in
          'GtkBoxChild'.

'pack.type': ['GtkPackType'] the new value of the 'pack' field in
          'GtkBoxChild'.

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

     Derived by RGtkGen from GTK+ documentation

