Handbook
Glossary
cogl_clip_push_window_rectangle ( x_offset y_offset width height -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x_offset
an
object
y_offset
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_clip_push_window_rectangle
(
gint
x_offset,
gint
y_offset,
gint
width,
gint
height )