Description Methods and Functions Hierarchy Detailed Description Structures Convenient Construction Author(s) References
A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.
atkRelationSetNew()
atkRelationSetContains(object, relationship)
atkRelationSetRemove(object, relation)
atkRelationSetAdd(object, relation)
atkRelationSetGetNRelations(object)
atkRelationSetGetRelation(object, i)
atkRelationSetGetRelationByType(object, relationship)
atkRelationSetAddRelationByType(object, relationship, target)
atkRelationSet()
1 2 | GObject
+----AtkRelationSet
|
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.
AtkRelationSet
The AtkRelationSet structure should not be accessed directly.
atkRelationSet
is the equivalent of atkRelationSetNew
.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/atk/stable/AtkRelationSet.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.