FTXUI
5.0.0
C++ functional terminal UI.
|
Define how the Screen's dimensions should look like. More...
Functions | |
Dimensions | Fit (Element &) |
Dimensions | Fixed (int) |
Dimensions | Full () |
Define how the Screen's dimensions should look like.
Dimensions Fit | ( | Element & | e | ) |
The minimal dimension that will fit the given element.
Dimensions Fixed | ( | int | v | ) |
Dimensions Full | ( | ) |
Use the terminal dimensions.
Definition at line 379 of file screen.cpp.