The duration of the animations, in case #ClutterTableLayout:use-animations is set to %TRUE.
The duration is expressed in milliseconds.
The easing mode for the animations, in case #ClutterTableLayout:use-animations is set to %TRUE.
The easing mode has the same semantics of #ClutterAnimation:mode: it can either be a value from the #ClutterAnimationMode enumeration, like %CLUTTER_EASE_OUT_CUBIC, or a logical id as returned by clutter_alpha_register_func().
The default value is %CLUTTER_EASE_OUT_CUBIC.
The spacing between rows of the #ClutterTableLayout, in pixels
Whether the #ClutterTableLayout should animate changes in the layout properties.
By default, #ClutterTableLayout will honour the easing state of the children when allocating them. Setting this property to %TRUE will override the easing state with the layout manager's #ClutterTableLayout:easing-mode and #ClutterTableLayout:easing-duration properties.
The spacing between columns of the #ClutterTableLayout, in pixels