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