| Import line: | Atk = imports.gi.Atk; | 
| GIR File: | Atk-1.0.gir | 
| C documentation: | AtkRelationType | 
| Enum : | RelationType | 
| Properties | |
|---|---|
| 
		guint32 Atk.RelationType.CONTROLLED_BY : 1
			 | |
| 
		guint32 Atk.RelationType.CONTROLLER_FOR : 2
			 | |
| 
		guint32 Atk.RelationType.DESCRIBED_BY : 14
			 | |
| 
		guint32 Atk.RelationType.DESCRIPTION_FOR : 15
			 | |
| 
		guint32 Atk.RelationType.EMBEDDED_BY : 11
			 | |
| 
		guint32 Atk.RelationType.EMBEDS : 10
			 | |
| 
		guint32 Atk.RelationType.FLOWS_FROM : 8
			 | |
| 
		guint32 Atk.RelationType.FLOWS_TO : 7
			 | |
| 
		guint32 Atk.RelationType.LABELLED_BY : 4
			 | |
| 
		guint32 Atk.RelationType.LABEL_FOR : 3
			 | |
| 
		guint32 Atk.RelationType.LAST_DEFINED : 17
			 | |
| 
		guint32 Atk.RelationType.MEMBER_OF : 5
			 | |
| 
		guint32 Atk.RelationType.NODE_CHILD_OF : 6
			 | |
| 
		guint32 Atk.RelationType.NODE_PARENT_OF : 16
			 | |
| 
		guint32 Atk.RelationType.NULL : 0
			 | |
| 
		guint32 Atk.RelationType.PARENT_WINDOW_OF : 13
			 | |
| 
		guint32 Atk.RelationType.POPUP_FOR : 12
			 | |
| 
		guint32 Atk.RelationType.SUBWINDOW_OF : 9
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Atk Method | Get the AtkRelationType type corresponding to a relation name. | 
| Atk Method | Gets the description string describing the AtkRelationType type. | 
| Atk Method | Associate name with a new AtkRelationType | 
| Atk.Object Method | Adds a relationship of the specified type with the specified target. | 
| Atk.Object Method | Removes a relationship of the specified type with the specified target. | 
| Atk.Relation Property | 
				relation_type : Atk.RelationType 
                   
                     
			 | 
| Atk.Relation Method | 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. |