|
FTXUI
3.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Typedefs | |
| using | Charset = std::array<std::string, 6> |
| using | Charsets = std::array<Charset, 6> |
Functions | |
| Element | border (Element child) |
| Draw a border around the element. | |
| Decorator | borderWith (const Pixel &pixel) |
| Same as border but with a constant Pixel around the element. | |
| Decorator | borderStyled (BorderStyle style) |
| Same as border but with different styles. | |
| Element | borderLight (Element child) |
| Draw a light border around the element. | |
| Element | borderHeavy (Element child) |
| Draw a heavy border around the element. | |
| Element | borderDouble (Element child) |
| Draw a double border around the element. | |
| Element | borderRounded (Element child) |
| Draw a rounded border around the element. | |
| Element | borderEmpty (Element child) |
| Draw an empty border around the element. | |
| Element | window (Element title, Element content) |
| Draw window with a title and a border around the element. | |