Back to Seed Clases

cairo


Classes

Interfaces

Structs

Unions

Enums

Struct cairo.Surface

Import line: cairo = imports.gi.cairo;
GIR File: cairo-1.0.gir
C documentation: cairoSurface
Struct : Surface
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
EvinceDocument.Document
Method
EvinceDocument.Document.misc_invert_surface (Surface surface) : none
EvinceDocument.Document
Method
EvinceDocument.Document.misc_surface_from_pixbuf (Pixbuf pixbuf) : cairo.Surface
EvinceDocument.Document
Method
EvinceDocument.Document.misc_surface_rotate_and_scale (Surface surface, gint32 dest_width, gint32 dest_height, gint32 dest_rotation) : cairo.Surface
EvinceDocument.Document
Method
EvinceDocument.Selection
Method
render_selection (RenderContext rc, Surface surface, Rectangle points, Rectangle old_points, SelectionStyle style, Color text, Color base) : none
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
Method
Gdk.offscreen_window_get_surface (Window window) : cairo.Surface
Gets the offscreen surface that an offscreen window renders into.
Gdk
Method
Gdk.pixbuf_get_from_surface (Surface surface, gint32 src_x, gint32 src_y, gint32 width, gint32 height) : GdkPixbuf.Pixbuf
Transfers image data from a cairo_surface_t and converts it to an RGB(A)
representation inside a GdkPixbuf.
Gdk.Window
Method
create_similar_surface (Content content, gint32 width, gint32 height) : cairo.Surface
Create a new surface that is as compatible as possible with the
given window.
Gtk
Method
Gtk.drag_set_icon_surface (DragContext context, Surface surface) : none
Sets surface as the icon for a given drag.
Gtk.IconView
Method
create_drag_icon (TreePath path) : cairo.Surface
Creates a cairo_surface_t representation of the item at path.
Gtk.OffscreenWindow
Method
get_surface () : cairo.Surface
Retrieves a snapshot of the contained widget in the form of
a cairo_surface_t.
Gtk.TreeView
Method
create_row_drag_icon (TreePath path) : cairo.Surface
Creates a cairo_surface_t representation of the row at path.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:09 GMT+0800 (HKT)