atkRelationNew             package:RGtk2             R Documentation

_a_t_k_R_e_l_a_t_i_o_n_N_e_w

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

     Create a new relation for the specified key and the specified list
     of targets.  See also 'atkObjectAddRelationship'.

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

     atkRelationNew(targets, relationship)

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

'targets': ['AtkObject']  a list of pointers to 'AtkObjects'  

'relationship': ['AtkRelationType']  an 'AtkRelationType' with which to
          create the new 'AtkRelation'

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

     ['AtkRelation']  a pointer to a new 'AtkRelation'

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

     Derived by RGtkGen from GTK+ documentation

