Handbook
Glossary
gdk_window_reparent ( window new_parent x y -- )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
new_parent
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_window_reparent
( GdkWindow* window, GdkWindow* new_parent,
gint
x,
gint
y )