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
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk
Method
Atk.relation_type_for_name (String name) : Atk.RelationType
Get the AtkRelationType type corresponding to a relation name.
Atk
Method
Atk.relation_type_get_name (RelationType type) : String
Gets the description string describing the AtkRelationType type.
Atk
Method
Atk.relation_type_register (String name) : Atk.RelationType
Associate name with a new AtkRelationType
Atk.Object
Method
add_relationship (RelationType relationship, Object target) : gboolean
Adds a relationship of the specified type with the specified target.
Atk.Object
Method
remove_relationship (RelationType relationship, Object target) : gboolean
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, gint32 n_targets, RelationType relationship) : Atk.Relation
Create a new Atk.Relation
Atk.Relation
Method
get_relation_type () : Atk.RelationType
Gets the type of relation
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.
Atk.RelationSet
Method
contains (RelationType relationship) : gboolean
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:04 GMT+0800 (HKT)