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