|
FTXUI 6.1.9
C++ functional terminal UI.
|
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
函数 | |
| Component | Button (ButtonOption option) |
| 绘制一个按钮。点击时执行一个函数。 | |
| Component | Button (ConstStringRef label, std::function< void()> on_click, ButtonOption option) |
| 绘制一个按钮。点击时执行一个函数。 | |