| Import line: | Pango = imports.gi.Pango; | 
| GIR File: | Pango-1.0.gir | 
| C documentation: | Pango.Attribute | 
| Struct : | Attribute | 
| Properties | Defined By | |
|---|---|---|
| 
				end_index : guint32 
                   
                     
			 | Pango.Attribute | |
| 
				klass : Pango.AttrClass 
                   
                     
			 | Pango.Attribute | |
| 
				start_index : guint32 
                   
                     
			 | Pango.Attribute | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  Pango.Attribute
				
				 () 
			
				
			
		 Create a new Pango.Attribute 
			
			
			
				Create a new Pango.Attribute
			
			
			
			 
			
			
			 
		    
		     
                     | ||
| 
			destroy
				
				 () 
			
				
					 : 
					none
					
				
			
		 Destroy a PangoAttribute and free all associated memory. 
			
				Destroy a PangoAttribute and free all associated memory.
		    
				
			
			
			
			
			
			 
			
			
				 
 | Pango.Attribute | |
| Compare two attributes for equality. 
			
				Compare two attributes for equality. This compares only the actual value of the two attributes and not the ranges that the attributes apply to. 
 
 | Pango.Attribute | |
| 
			init
				
				 (AttrClass klass) 
			
				
					 : 
					none
					
				
			
		 Initializes attr's klass to klass, it's start_index to PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING and end_index to PANGO_ATTR_INDEX_TO_TEXT_END such that the attribute applies to the entire text by default. 
			
				Initializes attr's klass to klass, it's start_index to PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING and end_index to PANGO_ATTR_INDEX_TO_TEXT_END such that the attribute applies to the entire text by default. 
 
 | Pango.Attribute | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Pango.AttrList Method | 
			change
				
				 (Attribute attr) 
			
				
					 : 
					none
					
				
			
		 Insert the given attribute into the PangoAttrList. | 
| Pango.AttrList Method | 
			insert
				
				 (Attribute attr) 
			
				
					 : 
					none
					
				
			
		 Insert the given attribute into the PangoAttrList. | 
| Pango.AttrList Method | 
			insert_before
				
				 (Attribute attr) 
			
				
					 : 
					none
					
				
			
		 Insert the given attribute into the PangoAttrList. |