|
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 3 of file src/ftxui/component/window.cpp.
| Color color_ |
Definition at line 86 of file src/ftxui/component/window.cpp.
| bool resize_left_ = false |
Definition at line 87 of file src/ftxui/component/window.cpp.
| bool resize_right_ = false |
Definition at line 88 of file src/ftxui/component/window.cpp.
| bool resize_top_ = false |
Definition at line 89 of file src/ftxui/component/window.cpp.
| bool resize_down_ = false |
Definition at line 90 of file src/ftxui/component/window.cpp.