Back to Seed Clases

Atk


Classes

Interfaces

Structs

Unions

Enums

Enum Atk.RelationType

Import line: Atk = imports.gi.Atk;
GIR File: Atk-1.0.gir
C documentation: AtkRelationType
Enum : RelationType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk.Object
Method
add_relationship (RelationType relationship, Object target) : Boolean
Adds a relationship of the specified type with the specified target.
Atk.Object
Method
remove_relationship (RelationType relationship, Object target) : Boolean
Removes a relationship of the specified type with the specified target.
Atk.Relation
Property
relation_type : Atk.RelationType
Atk.Relation
Method
new Atk.Relation.c_new (Object targets, Number n_targets, RelationType relationship) : Atk.Relation
Create a new Atk.Relation
Atk.Relation
Method
Atk.Relation.type_register (String name) : Atk.RelationType
Associate name with a new AtkRelationType
Atk.Relation
Method
Atk.Relation.type_get_name (RelationType type) : String
Gets the description string describing the AtkRelationType type.
Atk.Relation
Method
Atk.Relation.type_for_name (String name) : Atk.RelationType
Get the AtkRelationType type corresponding to a relation name.
Atk.Relation
Method
get_relation_type () : Atk.RelationType
Gets the type of relation
Atk.RelationSet
Method
contains (RelationType relationship) : Boolean
Determines whether the relation set contains a relation that matches the specified type.
Atk.RelationSet
Method
get_relation_by_type (RelationType relationship) : Atk.Relation
Finds a relation that matches the specified type.
Atk.RelationSet
Method
add_relation_by_type (RelationType relationship, Object target) : none
Add a new relation of the specified type with the specified target to the current relation set if the relation set does not contain a relation of that type.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:30 GMT+0800 (HKT)