Handbook
Glossary
clutter_behaviour_scale_set_bounds ( behaviour_scale x_scale_start y_scale_start x_scale_end y_scale_end -- )
Vocabulary
clutter
.
ffi
Inputs
behaviour_scale
an
object
x_scale_start
an
object
y_scale_start
an
object
x_scale_end
an
object
y_scale_end
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_behaviour_scale_set_bounds
( ClutterBehaviourScale* behaviour_scale,
gdouble
x_scale_start,
gdouble
y_scale_start,
gdouble
x_scale_end,
gdouble
y_scale_end )