Handbook
Glossary
gdk_window_coords_to_parent ( window x y parent_x parent_y -- )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
x
an
object
y
an
object
parent_x
an
object
parent_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_coords_to_parent
( GdkWindow* window,
gdouble
x,
gdouble
y, gdouble*
parent_x, gdouble* parent_y )