Handbook
Glossary
cogl_set_viewport ( x y width height -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_set_viewport
(
gint
x,
gint
y,
gint
width,
gint
height )