|
FTXUI
3.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| Component | Menu (ConstStringListRef entries, int *selected, Ref< MenuOption > option) |
| A list of text. The focused element is selected. | |
| Component | Toggle (ConstStringListRef entries, int *selected) |
| An horizontal list of elements. The user can navigate through them. | |
| Component | MenuEntry (ConstStringRef label, Ref< MenuEntryOption > option) |
| A specific menu entry. They can be put into a Container::Vertical to form a menu. | |