#[no_mangle]
pub extern "C" fn squeek_layout_calculate_transformation(
    layout: *const Layout,
    allocation_width: f64,
    allocation_height: f64
) -> Transformation
Expand description

Positions the layout contents within the available space. The origin of the transformation is the point inside the margins.