FTXUI  0.8.1
C++ functional terminal UI.
ftxui::Dimension Namespace Reference

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

Functions

Dimensions Fit (Element &)
 
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
Examples
examples/dom/window.cpp.

Definition at line 96 of file screen.cpp.

◆ Full()