Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.Region

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkRegion
Struct : Region
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.Region.c_new () : Gdk.Region
Create a new Gdk.Region
Create a new Gdk.Region
Returns:
Gdk.Region
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.cairo_region (Context cr, Region region) : none
Adds the given region to the current path of cr.
Gdk
Method
Gdk.pango_layout_get_clip_region (Layout layout, Number x_origin, Number y_origin, Object out_values, Number n_ranges) : Gdk.Region
Obtains a clip region which contains the areas where the given ranges of text would be drawn.
Gdk
Method
Gdk.pango_layout_line_get_clip_region (LayoutLine line, Number x_origin, Number y_origin, Object out_values, Number n_ranges) : Gdk.Region
Obtains a clip region which contains the areas where the given ranges of text would be drawn.
Gdk
Method
Gdk.region_polygon (Point points, Number n_points, FillRule fill_rule) : Gdk.Region
Creates a new GdkRegion using the polygon defined by a number of points.
Gdk
Method
Gdk.region_rectangle (Rectangle rectangle) : Gdk.Region
Creates a new region containing the area rectangle.
Gdk.Drawable
Method
get_clip_region () : Gdk.Region
Computes the region of a drawable that potentially can be written to by drawing primitives.
Gdk.Drawable
Method
get_visible_region () : Gdk.Region
Computes the region of a drawable that is potentially visible.
Gdk.GC
Method
set_clip_region (Region region) : none
Sets the clip mask for a graphics context from a region structure.
Gdk.Window
Method
move_region (Region region, Number dx, Number 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, Number offset_x, Number offset_y) : none
Makes pixels in window outside shape_region be transparent, so that the window may be nonrectangular.
Gdk.Window
Method
input_shape_combine_region (Region shape_region, Number offset_x, Number offset_y) : none
Like gdk_window_shape_combine_region(), but the shape applies only to event handling.
Gdk.Window
Method
begin_paint_region (Region region) : none
Indicates that you are beginning the process of redrawing region.
Gdk.Window
Method
invalidate_region (Region region, Boolean invalidate_children) : none
Adds region to the update area for window.
Gdk.Window
Method
invalidate_maybe_recurse (Region region, void* child_func, void* user_data) : none
Adds region to the update area for window.
Gdk.Window
Method
get_update_area () : Gdk.Region
Transfers ownership of the update area from window to the caller of the function.
Gtk.Widget
Method
region_intersect (Region region) : Gdk.Region
Computes the intersection of a widget's area and region, returning the intersection.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:25 GMT+0800 (HKT)