containers               package:RGtk2               R Documentation

_G_t_k_C_o_n_t_a_i_n_e_r _u_t_i_l_i_t_i_e_s

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

     This utility gets the nth child from a 'GtkContainer'.

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

     "[[.GtkContainer(x, child)"

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

       x: The GtkContainer object

   child: The index of the child to retrieve from the container

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

     The widget at index 'child' in the vector of children in the
     GtkContainer

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

     Michael Lawrence

