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

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

Line

A line.

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.

Configuration

The arrangement of a PaneGrid.

Direction

A four cardinal direction.

DragEvent

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

Node

A layout node of a PaneGrid.

Traits

StyleSheet

A set of rules that dictate the style of a container.

Type Definitions

Content

The content of a Pane.

PaneGrid

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

TitleBar

The title bar of a Pane.