atkObjectAddRelationship        package:RGtk2        R Documentation

_a_t_k_O_b_j_e_c_t_A_d_d_R_e_l_a_t_i_o_n_s_h_i_p

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

     Adds a relationship of the specified type with the specified
     target.

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

     atkObjectAddRelationship(object, relationship, target)

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

'object': ['AtkObject']  The 'AtkObject' to which an AtkRelation is to
          be added. 

'relationship': ['AtkRelationType']  The 'AtkRelationType' of the
          relation

'target': ['AtkObject']  The 'AtkObject' which is to be the target of
          the relation.

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

     [logical] TRUE if the relationship is added.

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

     Derived by RGtkGen from GTK+ documentation

