Import line: | cairo = imports.gi.cairo; |
GIR File: | cairo-1.0.gir |
C documentation: | cairoSurface |
Struct : | Surface |
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
EvinceDocument.Document
Method |
EvinceDocument.Document.misc_invert_surface
(Surface surface)
:
none
|
EvinceDocument.Document
Method |
|
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 |
render
(RenderContext rc)
:
cairo.Surface
|
EvinceDocument.Selection
Method |
render_selection
(RenderContext rc, Surface surface, Rectangle points, Rectangle old_points, SelectionStyle style, Color text, Color base)
:
none
|
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
Method |
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 a new surface that is as compatible as possible with the
given window. |
Gtk
Method |
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.
|