Handbook
Glossary
gdk_window_move_region ( window region dx dy -- )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
region
an
object
dx
an
object
dy
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_window_move_region
( GdkWindow* window, cairo_region_t* region,
gint
dx,
gint
dy )