Handbook
Glossary
clutter_box_layout_set_fill ( box_layout actor x_fill y_fill -- )
Vocabulary
clutter
.
ffi
Inputs
box_layout
an
object
actor
an
object
x_fill
an
object
y_fill
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_box_layout_set_fill
( ClutterBoxLayout* box_layout, ClutterActor* actor,
gboolean
x_fill,
gboolean
y_fill )