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
 FTXUI 的 ftxui:: 命名空間
 

Functions

Element filler ()
 一個元素,它會按比例擴展以佔據容器中剩餘的空間。
 
Element flex (Element child)
 使子元素按比例擴展以佔據容器中剩餘的空間。
 
Element xflex (Element child)
 在 X 軸上盡可能擴展/在需要時最小化。
 
Element yflex (Element child)
 在 Y 軸上盡可能擴展/在需要時最小化。
 
Element flex_grow (Element child)
 盡可能擴展。
 
Element xflex_grow (Element child)
 在 X 軸上盡可能擴展。
 
Element yflex_grow (Element child)
 在 Y 軸上盡可能擴展。
 
Element flex_shrink (Element child)
 在需要時最小化。
 
Element xflex_shrink (Element child)
 在 X 軸上在需要時最小化。
 
Element yflex_shrink (Element child)
 在 Y 軸上在需要時最小化。
 
Element notflex (Element child)
 使元素不可伸縮。
 

Variable Documentation

◆ f_

FlexFunction f_

Definition at line 90 of file flex.cpp.