Module ratatui::layout

source ·

Structs§

  • Manages column divisions within a Rect.
  • A layout is a set of constraints that can be applied to a given area to split it into smaller ones.
  • Amounts by which to move a Rect.
  • Position in the terminal
  • A simple rectangle used in the computation of the layout and to give widgets a hint about the area they are supposed to render to.
  • Manages row divisions within a Rect.
  • A simple size struct

Enums§