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