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