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