Handbook
Glossary
gdk_pixbuf_new_subpixbuf ( pixbuf src_x src_y width height -- GdkPixbuf* )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf
an
object
src_x
an
object
src_y
an
object
width
an
object
height
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_new_subpixbuf
( GdkPixbuf* pixbuf,
gint
src_x,
gint
src_y,
gint
width,
gint
height )