Handbook
Glossary
clutter_table_layout_get_expand ( table_layout actor x_expand y_expand -- )
Vocabulary
clutter
.
ffi
Inputs
table_layout
an
object
actor
an
object
x_expand
an
object
y_expand
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_table_layout_get_expand
( ClutterTableLayout* table_layout, ClutterActor* actor,
gboolean* x_expand, gboolean* y_expand )