Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AtkRelationSet

AtkRelationSet


Description

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

Methods and Functions

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

Hierarchy

GObject
   +----AtkRelationSet

Detailed Description

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.

Structures

AtkRelationSet

The AtkRelationSet structure should not be accessed directly.

Convenient Construction

atkRelationSet is the equivalent of atkRelationSetNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.