|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Component | Menu (MenuOption option) |
| 文字列表。選定的元素會被聚焦。 | |
| Component | Menu (ConstStringListRef entries, int *selected, MenuOption option) |
| 文字列表。選定的元素會被聚焦。 | |
| Component | Toggle (ConstStringListRef entries, int *selected) |
| 元素的水平列表。使用者可以在其中導航。 | |
| Component | MenuEntry (ConstStringRef label, MenuEntryOption option) |
| 一個特定的菜單條目。它們可以放入 Container::Vertical 中以形成菜單。 | |
| Component | MenuEntry (MenuEntryOption option) |
| 一個特定的菜單條目。它們可以放入 Container::Vertical 中以形成菜單。 | |