gtkContainerChildGetProperty      package:RGtk2      R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_C_h_i_l_d_G_e_t_P_r_o_p_e_r_t_y

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

     Gets the value of a child property for 'child' and 'container'.

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

     gtkContainerChildGetProperty(object, child, property.name)

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

'object': ['GtkContainer']  a 'GtkContainer'

 'child': ['GtkWidget']  a widget which is a child of 'container'

'property.name': [character]  the name of the property to get

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

     A list containing the following elements: 

 'value': [R object]  a location to return the value

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

     Derived by RGtkGen from GTK+ documentation

