Back to Seed Clases

cairo


Classes

Interfaces

Structs

Unions

Enums

Struct cairo.Region

Import line: cairo = imports.gi.cairo;
GIR File: cairo-1.0.gir
C documentation: cairoRegion
Struct : Region
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
EvinceDocument.DocumentText
Method
get_text_mapping (Page page) : cairo.Region
EvinceDocument.Selection
Method
get_selection_region (RenderContext rc, SelectionStyle style, Rectangle points) : cairo.Region
Gdk
Method
Gdk.cairo_region (Context cr, Region region) : none
Adds the given region to the current path of cr.
Gdk
Method
Gdk.cairo_region_create_from_surface (Surface surface) : cairo.Region
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
input_shape_combine_region (Region shape_region, gint32 offset_x, gint32 offset_y) : none
Like gdk_window_shape_combine_region(), but the shape applies
only to event handling.
Gdk.Window
Method
invalidate_maybe_recurse (Region region, Function child_func, void* user_data) : none
Adds region to the update area for window.
Gdk.Window
Method
invalidate_region (Region region, gboolean invalidate_children) : none
Adds region to the update area for window.
Gdk.Window
Method
move_region (Region region, gint32 dx, gint32 dy) : none
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
shape_combine_region (Region shape_region, gint32 offset_x, gint32 offset_y) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:10 GMT+0800 (HKT)