clutter_table_layout_set_expand

Function clutter_table_layout_set_expand 

Source
pub unsafe extern "C" fn clutter_table_layout_set_expand(
    layout: *mut ClutterTableLayout,
    actor: *mut ClutterActor,
    x_expand: gboolean,
    y_expand: gboolean,
)