atkRelationSetGetRelation       package:RGtk2       R Documentation

_a_t_k_R_e_l_a_t_i_o_n_S_e_t_G_e_t_R_e_l_a_t_i_o_n

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

     Determines the relation at the specified position in the relation
     set.

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

     atkRelationSetGetRelation(object, i)

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

'object': ['AtkRelationSet']  an 'AtkRelationSet'

     'i': [integer]  a gint representing a position in the set,
          starting from 0.

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

     ['AtkRelation']  a 'AtkRelation', which is the relation at
     position i in the set.

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

     Derived by RGtkGen from GTK+ documentation

