|
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) |
| 要素を上から下へ行で表示するコンテナ。一杯になると、右側の新しい列から開始します。 | |
| int asked_ = 6000 |
Definition at line 222 of file flexbox.cpp.
| bool need_iteration_ = true |
Definition at line 223 of file flexbox.cpp.
| const FlexboxConfig config_ |
Definition at line 224 of file flexbox.cpp.
| const FlexboxConfig config_normalized_ |
Definition at line 225 of file flexbox.cpp.
| flexbox_helper::Global global_ |
Definition at line 226 of file flexbox.cpp.