Handbook
Glossary
clutter_actor_box_new ( x_1 y_1 x_2 y_2 -- ClutterActorBox* )
Vocabulary
clutter
.
ffi
Inputs
x_1
an
object
y_1
an
object
x_2
an
object
y_2
an
object
Outputs
ClutterActorBox*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterActorBox*
clutter_actor_box_new
(
gfloat
x_1,
gfloat
y_1,
gfloat
x_2,
gfloat
y_2 )