Function iced::widget::pane_grid::layout

source ·
pub fn layout<Renderer, T>(
    tree: &mut Tree,
    renderer: &Renderer,
    limits: &Limits,
    node: &Node,
    width: Length,
    height: Length,
    spacing: f32,
    contents: impl Iterator<Item = (Pane, T)>,
    layout_content: impl Fn(T, &mut Tree, &Renderer, &Limits) -> Node
) -> Node
Expand description

Calculates the Layout of a PaneGrid.