FTXUI
0.8.1
C++ functional terminal UI.
|
Element flex_grow(Element)
Expand if possible.
Element center(Element)
Center an element horizontally and vertically.
Element align_right(Element)
Align an element on the right side.
Element vcenter(Element)
Center an element vertically.
Element filler()
An element that will take expand proportionnally to the space left in a container.
Element hbox(Elements)
A container displaying elements horizontally one by one.
std::shared_ptr< Node > Element
Element xflex_grow(Element)
Expand if possible on the X axis.
Element vbox(Elements)
A container displaying elements vertically one by one.
Element hcenter(Element)
Center an element horizontally.
Element yflex_grow(Element)
Expand if possible on the Y axis.