FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
namespace | ftxui |
Functions | |
Element | border (Element child) |
Draw a border around the element. More... | |
Decorator | borderWith (const Pixel &pixel) |
Same as border but with a constant Pixel around the element. More... | |
Decorator | borderStyled (BorderStyle style) |
Same as border but with different styles. More... | |
Decorator | borderStyled (Color foreground_color) |
Same as border but with a foreground color. More... | |
Decorator | borderStyled (BorderStyle style, Color foreground_color) |
Same as border but with a foreground color and a different style. More... | |
Element | borderDashed (Element child) |
Draw a light border around the element. More... | |
Element | borderLight (Element child) |
Draw a dashed border around the element. More... | |
Element | borderHeavy (Element child) |
Draw a heavy border around the element. More... | |
Element | borderDouble (Element child) |
Draw a double border around the element. More... | |
Element | borderRounded (Element child) |
Draw a rounded border around the element. More... | |
Element | borderEmpty (Element child) |
Draw an empty border around the element. More... | |
Element | window (Element title, Element content) |
Draw window with a title and a border around the element. More... | |