| Import line: | Atk = imports.gi.Atk; | 
| GIR File: | Atk-1.0.gir | 
| C documentation: | AtkTextRectangle | 
| Struct : | TextRectangle | 
| Properties | Defined By | |
|---|---|---|
| 
				height : gint32 
                   
                     
			 | Atk.TextRectangle | |
| 
				width : gint32 
                   
                     
			 | Atk.TextRectangle | |
| 
				x : gint32 
                   
                     
			 | Atk.TextRectangle | |
| 
				y : gint32 
                   
                     
			 | Atk.TextRectangle | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  Atk.TextRectangle
				
				 () 
			
				
			
		 Create a new Atk.TextRectangle 
			
			
			
				Create a new Atk.TextRectangle
			
			
			
			 
			
			
			 
		    
		     
                     | ||
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Atk.Text Method | 
			get_bounded_ranges
				
				 (TextRectangle rect, CoordType coord_type, TextClipType x_clip_type, TextClipType y_clip_type) 
			
				
					 : 
					Array
					
				
			
		 Get the ranges of text in the specified bounding box. | 
| Atk.Text Method | 
			get_range_extents
				
				 (gint32 start_offset, gint32 end_offset, CoordType coord_type, TextRectangle rect) 
			
				
					 : 
					none
					
				
			
		 Get the bounding box for text within the specified range. |