|
FTXUI
0.8.1
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 103 of file screen.cpp.