FTXUI
5.0.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. More... | |
Element | separatorStyled (BorderStyle style) |
Draw a vertical or horizontal separation in between two other elements. More... | |
Element | separatorLight () |
Draw a vertical or horizontal separation in between two other elements, using the LIGHT style. More... | |
Element | separatorDashed () |
Draw a vertical or horizontal separation in between two other elements, using the DASHED style. More... | |
Element | separatorHeavy () |
Draw a vertical or horizontal separation in between two other elements, using the HEAVY style. More... | |
Element | separatorDouble () |
Draw a vertical or horizontal separation in between two other elements, using the DOUBLE style. More... | |
Element | separatorEmpty () |
Draw a vertical or horizontal separation in between two other elements, using the EMPTY style. More... | |
Element | separatorCharacter (std::string value) |
Draw a vertical or horizontal separation in between two other elements. More... | |
Element | separator (Pixel pixel) |
Draw a separator in between two element filled with a given pixel. More... | |
Element | separatorHSelector (float left, float right, Color unselected_color, Color selected_color) |
Draw an horizontal bar, with the area in between left/right colored differently. More... | |
Element | separatorVSelector (float up, float down, Color unselected_color, Color selected_color) |
Draw an vertical bar, with the area in between up/downcolored differently. More... | |