|
FTXUI
0.11.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| Element | separator () |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separatorStyled (BorderStyle style) |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separatorLight () |
| Draw a vertical or horizontal separation in between two other elements, using the LIGHT style. | |
| Element | separatorHeavy () |
| Draw a vertical or horizontal separation in between two other elements, using the HEAVY style. | |
| Element | separatorDouble () |
| Draw a vertical or horizontal separation in between two other elements, using the DOUBLE style. | |
| Element | separatorEmpty () |
| Draw a vertical or horizontal separation in between two other elements, using the EMPTY style. | |
| Element | separatorCharacter (std::string value) |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separator (Pixel pixel) |
| Draw a separator in between two element filled with a given pixel. | |