atkObjectRemoveRelationship      package:RGtk2      R Documentation

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

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

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

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

     atkObjectRemoveRelationship(object, relationship, target)

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

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

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

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

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

     [logical] TRUE if the relationship is removed.

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

     Derived by RGtkGen from GTK+ documentation

