Function sixtyfps_corelib::layout::box_layout_info [−][src]
pub fn box_layout_info<'a>(
cells: Slice<'a, BoxLayoutCellData>,
spacing: f32,
padding: &Padding,
alignment: LayoutAlignment
) -> LayoutInfo
Expand description
Return the LayoutInfo for a BoxLayout with the given cells.