|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI ftxui:: 名前空間 | |
Functions | |
| Component | ResizableSplit (ResizableSplitOption options) |
| 2つのコンポーネント間の分割。 | |
| Component | ResizableSplitLeft (Component main, Component back, int *main_size) |
| 2つのコンポーネント間の水平分割。マウスで設定可能。 | |
| Component | ResizableSplitRight (Component main, Component back, int *main_size) |
| 2つのコンポーネント間の水平分割。マウスで設定可能。 | |
| Component | ResizableSplitTop (Component main, Component back, int *main_size) |
| 2つのコンポーネント間の垂直分割。マウスで設定可能。 | |
| Component | ResizableSplitBottom (Component main, Component back, int *main_size) |
| 2つのコンポーネント間の垂直分割。マウスで設定可能。 | |