|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Component | Button (ButtonOption option) |
| 繪製一個按鈕。點擊時執行一個函數。 | |
| Component | Button (ConstStringRef label, std::function< void()> on_click, ButtonOption option) |
| 繪製一個按鈕。點擊時執行一個函數。 | |