FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
menu.cpp File Reference

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に入れてメニューを形成できます。