FTXUI  5.0.0
C++ functional terminal UI.
flex.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 

Functions

Element filler ()
 An element that will take expand proportionnally to the space left in a container. More...
 
Element flex (Element child)
 Make a child element to expand proportionnally to the space left in a container. More...
 
Element xflex (Element child)
 Expand/Minimize if possible/needed on the X axis. More...
 
Element yflex (Element child)
 Expand/Minimize if possible/needed on the Y axis. More...
 
Element flex_grow (Element child)
 Expand if possible. More...
 
Element xflex_grow (Element child)
 Expand if possible on the X axis. More...
 
Element yflex_grow (Element child)
 Expand if possible on the Y axis. More...
 
Element flex_shrink (Element child)
 Minimize if needed. More...
 
Element xflex_shrink (Element child)
 Minimize if needed on the X axis. More...
 
Element yflex_shrink (Element child)
 Minimize if needed on the Y axis. More...
 
Element notflex (Element child)
 Make the element not flexible. More...