|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Macros | |
| #define | NOMINMAX |
Functions | |
| Component | Window (WindowOptions option) |
| 一個可拖曳/可調整大小的視窗。要使用多個視窗,它們必須透過 Container::Stacked({...}) 元件堆疊。 | |
| #define NOMINMAX |
Definition at line 4 of file src/ftxui/component/window.cpp.
| Color color_ |
Definition at line 87 of file src/ftxui/component/window.cpp.
| bool resize_left_ = false |
Definition at line 88 of file src/ftxui/component/window.cpp.
| bool resize_right_ = false |
Definition at line 89 of file src/ftxui/component/window.cpp.
| bool resize_top_ = false |
Definition at line 90 of file src/ftxui/component/window.cpp.
| bool resize_down_ = false |
Definition at line 91 of file src/ftxui/component/window.cpp.