AtkRelationSet             package:RGtk2             R Documentation

_A_t_k_R_e_l_a_t_i_o_n_S_e_t

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

     A set of AtkRelations, normally the set of AtkRelations which an
     AtkObject has.

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'atkRelationSetNew()'
      'atkRelationSetContains(object, relationship)'
      'atkRelationSetRemove(object, relation)'
      'atkRelationSetAdd(object, relation)'
      'atkRelationSetGetNRelations(object)'
      'atkRelationSetGetRelation(object, i)'
      'atkRelationSetGetRelationByType(object, relationship)'
      'atkRelationSetAddRelationByType(object, relationship, target)'
      'atkRelationSet()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----AtkRelationSet 

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

     The AtkRelationSet held by an object establishes its relationships
     with objects beyond the normal "parent/child" hierarchical
     relationships that all user interface objects have. 
     AtkRelationSets establish whether objects are labelled or
     controlled by other components, share group membership with other
     components (for instance within a radio-button group), or share
     content which "flows" between them, among other types of possible
     relationships.

_S_t_r_u_c_t_u_r_e_s:


     '_A_t_k_R_e_l_a_t_i_o_n_S_e_t' The AtkRelationSet structure should not be
          accessed directly.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'atkRelationSet' is the equivalent of 'atkRelationSetNew'.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/atk/AtkRelationSet.html>

