Type Definition iced::widget::pane_grid::PaneGrid

source ·
pub type PaneGrid<'a, Message, Renderer = Renderer> = PaneGrid<'a, Message, Renderer>;
Expand description

A collection of panes distributed using either vertical or horizontal splits to completely fill the space available.

Pane grid - Iced