Handbook
Glossary
gdk_pixbuf_get_from_drawable ( dest src cmap src_x src_y dest_x dest_y width height -- GdkPixbuf* )
Vocabulary
gdk2
.
ffi
Inputs
dest
an
object
src
an
object
cmap
an
object
src_x
an
object
src_y
an
object
dest_x
an
object
dest_y
an
object
width
an
object
height
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gdk2.pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
GdkPixbuf*
gdk_pixbuf_get_from_drawable
( GdkPixbuf* dest, GdkDrawable* src, GdkColormap* cmap,
gint
src_x,
gint
src_y,
gint
dest_x,
gint
dest_y,
gint
width,
gint
height )