Handbook
Glossary
clutter_box_pack_at ( box actor position first_property varargs -- )
Vocabulary
clutter
.
ffi
Inputs
box
an
object
actor
an
object
position
an
object
first_property
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_box_pack_at
( ClutterBox* box, ClutterActor* actor,
gint
position,
gchar* first_property,
void*
varargs )