Module iced::widget::pane_grid

source ·
Expand description

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

A line.
A rectangular region in a PaneGrid used to display widgets.
An event produced during a resize interaction of a PaneGrid.
A divider that splits a region in a PaneGrid into two different panes.
The state of a PaneGrid.

Enums

A fixed reference line for the measurement of coordinates.
The arrangement of a PaneGrid.
A four cardinal direction.
An event produced during a drag and drop interaction of a PaneGrid.
A layout node of a PaneGrid.

Traits

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

Type Definitions

The content of a Pane.
A collection of panes distributed using either vertical or horizontal splits to completely fill the space available.
The title bar of a Pane.