Handbook
Glossary
gdk_window_redirect_to_drawable ( window drawable src_x src_y dest_x dest_y width height -- )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
drawable
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
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_window_redirect_to_drawable
( GdkWindow* window, GdkDrawable* drawable,
gint
src_x,
gint
src_y,
gint
dest_x,
gint
dest_y,
gint
width,
gint
height )