| Import line: | Pango = imports.gi.Pango; | 
| GIR File: | Pango-1.0.gir | 
| C documentation: | Pango.Direction | 
| Enum : | Direction | 
| Properties | |
|---|---|
| 
		guint32 Pango.Direction.LTR : 0
			 | |
| 
		guint32 Pango.Direction.NEUTRAL : 6
			 | |
| 
		guint32 Pango.Direction.RTL : 1
			 | |
| 
		guint32 Pango.Direction.TTB_LTR : 2
			 | |
| 
		guint32 Pango.Direction.TTB_RTL : 3
			 | |
| 
		guint32 Pango.Direction.WEAK_LTR : 4
			 | |
| 
		guint32 Pango.Direction.WEAK_RTL : 5
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gdk.Keymap Method | 
			get_direction
				
				 () 
			
				
					 : 
					Pango.Direction
					
				
			
		 Returns the direction of the keymap. | 
| Pango Method | Searches a string the first character that has a strong direction, according to the Unicode bidirectional algorithm. | 
| Pango Method | This will return the bidirectional embedding levels of the input paragraph as defined by the Unicode Bidirectional Algorithm available at: http://www.unicode.org/reports/tr9/ If the input base direction is a weak direction, the direction of the characters in the text will determine the final resolved direction. | 
| Pango Method | Determines the inherent direction of a character; either PANGO_DIRECTION_LTR, PANGO_DIRECTION_RTL, or PANGO_DIRECTION_NEUTRAL. | 
| Pango.Context Method | 
			get_base_dir
				
				 () 
			
				
					 : 
					Pango.Direction
					
				
			
		 Retrieves the base direction for the context. | 
| Pango.Context Method | 
			set_base_dir
				
				 (Direction direction) 
			
				
					 : 
					none
					
				
			
		 Sets the base direction for the context. |