| Import line: | Pango = imports.gi.Pango; | 
| GIR File: | Pango-1.0.gir | 
| C documentation: | Pango.Stretch | 
| Enum : | Stretch | 
| Properties | |
|---|---|
| 
		guint32 Pango.Stretch.CONDENSED : 2
			 | |
| 
		guint32 Pango.Stretch.EXPANDED : 6
			 | |
| 
		guint32 Pango.Stretch.EXTRA_CONDENSED : 1
			 | |
| 
		guint32 Pango.Stretch.EXTRA_EXPANDED : 7
			 | |
| 
		guint32 Pango.Stretch.NORMAL : 4
			 | |
| 
		guint32 Pango.Stretch.SEMI_CONDENSED : 3
			 | |
| 
		guint32 Pango.Stretch.SEMI_EXPANDED : 5
			 | |
| 
		guint32 Pango.Stretch.ULTRA_CONDENSED : 0
			 | |
| 
		guint32 Pango.Stretch.ULTRA_EXPANDED : 8
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gtk.CellRendererText Property | 
				stretch : Pango.Stretch 
                   
                     
			 | 
| Gtk.TextTag Property | 
				stretch : Pango.Stretch 
                   
                     
			 | 
| Pango Method | Parses a font stretch. | 
| Pango.FontDescription Method | 
			get_stretch
				
				 () 
			
				
					 : 
					Pango.Stretch
					
				
			
		 Gets the stretch field of a font description. | 
| Pango.FontDescription Method | 
			set_stretch
				
				 (Stretch stretch) 
			
				
					 : 
					none
					
				
			
		 Sets the stretch field of a font description. |