|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Element | flexbox (Elements children, FlexboxConfig config) |
| 一個容器,用於在行/列中顯示元素,並在滿時能夠換行到下一列/行。 | |
| Element | hflow (Elements children) |
| 一個容器,用於從左到右在行中顯示元素。當填滿時,它會在下方的新行開始。 | |
| Element | vflow (Elements children) |
| 一個容器,用於從上到下在行中顯示元素。當填滿時,它會在右側的新列開始。 filled, it starts on a new row. is full, it starts a new row. | |
| int asked_ = 6000 |
Definition at line 221 of file flexbox.cpp.
| bool need_iteration_ = true |
Definition at line 222 of file flexbox.cpp.
| const FlexboxConfig config_ |
Definition at line 223 of file flexbox.cpp.
| const FlexboxConfig config_normalized_ |
Definition at line 224 of file flexbox.cpp.
| flexbox_helper::Global global_ |
Definition at line 225 of file flexbox.cpp.