gtkBoxQueryChildPacking        package:RGtk2        R Documentation

_g_t_k_B_o_x_Q_u_e_r_y_C_h_i_l_d_P_a_c_k_i_n_g

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

     Returns information about how 'child' is packed into 'box'.

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

     gtkBoxQueryChildPacking(object, child)

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

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

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

_V_a_l_u_e:

     A list containing the following elements: 

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

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

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

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

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

     Derived by RGtkGen from GTK+ documentation

