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:

     Obtains 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]  pointer to return location for '"expand"' child
          property 

  'fill': [logical]  pointer to return location for '"fill"' child
          property 

'padding': [numeric]  pointer to return location for '"padding"' child
          property 

'pack.type': ['GtkPackType']  pointer to return location for
          '"pack-type"' child property 

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

     Derived by RGtkGen from GTK+ documentation

