Import line: | cairo = imports.gi.cairo; |
GIR File: | cairo-1.0.gir |
C documentation: | cairoContext |
Struct : | Context |
Show / Hide Inherited methods, properties and signals |
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter
Method |
Utility function for setting the source color of cr using a ClutterColor.
|
Clutter.CairoTexture
Method |
Creates a new Cairo context that will updat the region defined by x_offset, y_offset, width and height.
|
Clutter.CairoTexture
Method |
create
()
:
cairo.Context
Creates a new Cairo context for the cairo texture.
|
Clutter.Path
Method |
to_cairo_path
(Context cr)
:
none
Add the nodes of the ClutterPath to the path in the Cairo context.
|
Everything
Method |
Everything.test_cairo_context_full_return
()
:
cairo.Context
|
Everything
Method |
Everything.test_cairo_context_none_in
(Context context)
:
none
|
Gdk
Method |
Creates a Cairo context for drawing to drawable.
|
Gdk
Method |
Adds the given rectangle to the current path of cr.
|
Gdk
Method |
Adds the given region to the current path of cr.
|
Gdk
Method |
Resets the clip region for a Cairo context created by gdk_cairo_create().
|
Gdk
Method |
Sets the specified GdkColor as the source color of cr.
|
Gdk
Method |
Sets the given pixbuf as the source pattern for the Cairo context.
|
Gdk
Method |
Sets the given pixmap as the source pattern for the Cairo context.
|
GooCanvas.Canvas
Method |
|
GooCanvas.Canvas
Method |
|
GooCanvas.Canvas
Method |
create_cairo_context
()
:
cairo.Context
|
GooCanvas.CanvasItem
Method |
get_items_at
(Number x, Number y, Context cr, Boolean is_pointer_event, Boolean parent_is_visible, Array found_items)
:
Array
|
GooCanvas.CanvasItem
Method |
|
GooCanvas.CanvasItem
Method |
|
GooCanvas.CanvasItem
Method |
|
GooCanvas.CanvasItem
Method |
|
GooCanvas.CanvasItem
Method |
allocate_area
(Context cr, CanvasBounds requested_area, CanvasBounds allocated_area, Number x_offset, Number y_offset)
:
none
|
GooCanvas.CanvasItemSimple
Method |
get_path_bounds
(Context cr, CanvasBounds bounds)
:
none
|
GooCanvas.CanvasItemSimple
Method |
user_bounds_to_device
(Context cr, CanvasBounds bounds)
:
none
|
GooCanvas.CanvasItemSimple
Method |
user_bounds_to_parent
(Context cr, CanvasBounds bounds)
:
none
|
GooCanvas.CanvasItemSimple
Method |
|
GooCanvas.CanvasItemSimple
Method |
paint_path
(Context cr)
:
none
|
GooCanvas.CanvasStyle
Method |
|
GooCanvas.CanvasStyle
Method |
|
Gtk.PrintContext
Method |
get_cairo_context
()
:
cairo.Context
Obtains the cairo context that is associated with the GtkPrintContext.
|
Gtk.PrintContext
Method |
Sets a new cairo context on a print context.
|
PangoCairo
Method |
Creates a context object set up to match the current transformation and target surface of the Cairo context.
|
PangoCairo
Method |
Creates a layout object set up to match the current transformation and target surface of the Cairo context.
|
PangoCairo
Method |
PangoCairo.error_underline_path
(Context cr, Number x, Number y, Number width, Number height)
:
none
Add a squiggly line to the current path in the specified cairo context that approximately covers the given rectangle in the style of an underline used to indicate a spelling error.
|
PangoCairo
Method |
|
PangoCairo
Method |
Adds the text in PangoLayoutLine to the current path in the specified cairo context.
|
PangoCairo
Method |
Adds the text in a PangoLayout to the current path in the specified cairo context.
|
PangoCairo
Method |
PangoCairo.show_error_underline
(Context cr, Number x, Number y, Number width, Number height)
:
none
Draw a squiggly line in the specified cairo context that approximately covers the given rectangle in the style of an underline used to indicate a spelling error.
|
PangoCairo
Method |
Draws the glyphs in glyph_item in the specified cairo context, embedding the text associated with the glyphs in the output if the output format supports it (PDF for example), otherwise it acts similar to pango_cairo_show_glyph_string().
|
PangoCairo
Method |
Draws the glyphs in glyphs in the specified cairo context.
|
PangoCairo
Method |
Draws a PangoLayout in the specified cairo context.
|
PangoCairo
Method |
Draws a PangoLayoutLine in the specified cairo context.
|
PangoCairo
Method |
Updates a PangoContext previously created for use with Cairo to match the current transformation and target surface of a Cairo context.
|
PangoCairo
Method |
Updates the private PangoContext of a PangoLayout created with pango_cairo_create_layout() to match the current transformation and target surface of a Cairo context.
|
Poppler.Page
Method |
render
(Context cairo)
:
none
|
Poppler.Page
Method |
render_for_printing
(Context cairo)
:
none
|
Poppler.Page
Method |
render_selection
(Context cairo, Rectangle selection, Rectangle old_selection, SelectionStyle style, Color glyph_color, Color background_color)
:
none
|