|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| El espacio de nombres ftxui:: de FTXUI. | |
Macros | |
| #define | NOMINMAX |
Functions | |
| Component | Window (WindowOptions option) |
Una ventana arrastrable y redimensionable. Para usar varias, deben apilarse usando el componente 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.