clutter_table_layout_set_expand ( table_layout actor x_expand y_expand -- )


Vocabulary
clutter.ffi

Inputs
table_layoutan object
actoran object
x_expandan object
y_expandan object


Outputs
None

Definition


LIBRARY: clutter FUNCTION: void
clutter_table_layout_set_expand
( ClutterTableLayout* table_layout, ClutterActor* actor,
gboolean x_expand, gboolean y_expand )