[][src]Type Definition iced::widget::pane_grid::PaneGrid

type PaneGrid<'a, Message> = PaneGrid<'a, Message, Renderer>;

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

Pane grid - Iced

This is an alias of an iced_native pane grid with an iced_wgpu::Renderer.