FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
flex.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 El espacio de nombres ftxui:: de FTXUI.
 

Functions

Element filler ()
 Un elemento que se expandirá proporcionalmente al espacio restante en un contenedor.
 
Element flex (Element child)
 Hace que un elemento hijo se expanda proporcionalmente al espacio restante en un contenedor.
 
Element xflex (Element child)
 Expandir/Minimizar si es posible/necesario en el eje X.
 
Element yflex (Element child)
 Expandir/Minimizar si es posible/necesario en el eje Y.
 
Element flex_grow (Element child)
 Expandir si es posible.
 
Element xflex_grow (Element child)
 Expandir si es posible en el eje X.
 
Element yflex_grow (Element child)
 Expandir si es posible en el eje Y.
 
Element flex_shrink (Element child)
 Minimizar si es necesario.
 
Element xflex_shrink (Element child)
 Minimizar si es necesario en el eje X.
 
Element yflex_shrink (Element child)
 Minimizar si es necesario en el eje Y.
 
Element notflex (Element child)
 Hace que el elemento no sea flexible.
 

Variable Documentation

◆ f_

FlexFunction f_

Definition at line 90 of file flex.cpp.