Handbook
Glossary
clutter_actor_set_scale_full ( actor scale_x scale_y center_x center_y -- )
Vocabulary
clutter
.
ffi
Inputs
actor
an
object
scale_x
an
object
scale_y
an
object
center_x
an
object
center_y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_actor_set_scale_full
( ClutterActor* actor,
gdouble
scale_x,
gdouble
scale_y,
gfloat
center_x,
gfloat
center_y )