Expand description
Layout calculations apart from ratatui/Layout.
Structs§
- Generic
Layout - Stores layout data resulting from some layout algorithm.
- Layout
Form - Create a layout with a single column of label+widget.
Enums§
- Dialog
Item - Edit
Constraint - Constraint data for layout_edit
- Form
Label - Label constraints.
- Form
Widget - Widget constraints.
Functions§
- layout_
dialog - Calculates a layout for a dialog with buttons.
- layout_
edit - Layout for an edit mask with lots of label+widget pairs.
- layout_
grid - Calculates a full grid of rects from the horizontal and vertical components.
- layout_
middle - Calculate the middle Rect inside a given area.