[][src]Module iced::widget::pane_grid

Let your users split regions of your application and organize layout dynamically.

Pane grid - Iced

Example

The pane_grid example showcases how to use a PaneGrid with resizing, drag and drop, and hotkey support.

Structs

KeyPressEvent

An event produced during a key press interaction of a PaneGrid.

Pane

A rectangular region in a PaneGrid used to display widgets.

ResizeEvent

An event produced during a resize interaction of a PaneGrid.

Split

A divider that splits a region in a PaneGrid into two different panes.

State

The state of a PaneGrid.

Enums

Axis

A fixed reference line for the measurement of coordinates.

Direction

A four cardinal direction.

DragEvent

An event produced during a drag and drop interaction of a PaneGrid.

Focus

The current focus of a Pane.

Type Definitions

PaneGrid

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