Module tui::layout [] [src]

Structs

Group

Describes a layout and may be used to group widgets in a specific area of the terminal

Rect

A simple rectangle used in the computation of the layout and to give widgets an hint about the area they are supposed to render to.

Enums

Direction
Size

Functions

split

Wrapper function around the cassowary-rs solver to be able to split a given area into smaller ones based on the preferred widths or heights and the direction.