atkObjectRefAccessibleChild      package:RGtk2      R Documentation

_a_t_k_O_b_j_e_c_t_R_e_f_A_c_c_e_s_s_i_b_l_e_C_h_i_l_d

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

     Gets a reference to the specified accessible child of the object.
     The accessible children are 0-based so the first accessible child
     is at index 0, the second at index 1 and so on.

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

     atkObjectRefAccessibleChild(object, i)

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

'object': ['AtkObject']  an 'AtkObject'

     'i': [integer]  a gint representing the position of the child,
          starting from 0

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

     ['AtkObject']  an 'AtkObject' representing the specified
     accessible child of the accessible.

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

     Derived by RGtkGen from GTK+ documentation

