FTXUI  6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui::Dimension Namespace Reference

Define how the Screen's dimensions should look like. More...

Functions

Dimensions Fit (Element &, bool extend_beyond_screen=false)
Dimensions Fixed (int)
Dimensions Full ()

Detailed Description

Define how the Screen's dimensions should look like.

Function Documentation

◆ Fit()

◆ Fixed()

Dimensions Fixed ( int v)

A fixed dimension.

See also
Fit
Full

Definition at line 375 of file screen.cpp.

◆ Full()