| Import line: | cairo = imports.gi.cairo; | 
| GIR File: | cairo-1.0.gir | 
| C documentation: | cairoRegion | 
| Struct : | Region | 
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| EvinceDocument.DocumentText Method | 
			get_text_mapping
				
				 (Page page) 
			
				
					 : 
					cairo.Region
					
				
			
		 | 
| EvinceDocument.Selection Method |  | 
| Gdk Method | Adds the given region to the current path of cr. | 
| Gdk Method | Creates region that describes covers the area where the given This function takes into account device offsets that might be set with cairo_surface_set_device_offset(). | 
| Gdk.Window Method | 
			begin_paint_region
				
				 (Region region) 
			
				
					 : 
					none
					
				
			
		 Indicates that you are beginning the process of redrawing region. | 
| Gdk.Window Method | 
			get_clip_region
				
				 () 
			
				
					 : 
					cairo.Region
					
				
			
		 Computes the region of a window that potentially can be written to by drawing primitives. | 
| Gdk.Window Method | 
			get_update_area
				
				 () 
			
				
					 : 
					cairo.Region
					
				
			
		 Transfers ownership of the update area from window to the caller of the function. | 
| Gdk.Window Method | 
			get_visible_region
				
				 () 
			
				
					 : 
					cairo.Region
					
				
			
		 Computes the region of the window that is potentially visible. | 
| Gdk.Window Method | Like gdk_window_shape_combine_region(), but the shape applies only to event handling. | 
| Gdk.Window Method | Adds region to the update area for window. | 
| Gdk.Window Method | Adds region to the update area for window. | 
| Gdk.Window Method | Move the part of window indicated by region by dy pixels in the Y direction and dx pixels in the X direction. | 
| Gdk.Window Method | Makes pixels in window outside shape_region be transparent, so that the window may be nonrectangular. | 
| Gtk.Widget Method | 
			input_shape_combine_region
				
				 (Region region) 
			
				
					 : 
					none
					
				
			
		 Sets an input shape for this widget's GDK window. | 
| Gtk.Widget Method | 
			queue_draw_region
				
				 (Region region) 
			
				
					 : 
					none
					
				
			
		 Invalidates the rectangular area of widget defined by region by calling gdk_window_invalidate_region() on the widget's window and all its child windows. | 
| Gtk.Widget Method | 
			region_intersect
				
				 (Region region) 
			
				
					 : 
					cairo.Region
					
				
			
		 Computes the intersection of a widget's area and region, returning the intersection. | 
| Gtk.Widget Method | 
			shape_combine_region
				
				 (Region region) 
			
				
					 : 
					none
					
				
			
		 Sets a shape for this widget's GDK window. |