|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Public Attributes | |
| Component | main |
| Component | back |
| Ref< Direction > | direction = Direction::Left |
| Ref< int > | main_size |
| std::function< Element()> | separator_func = [] { return ::ftxui::separator(); } |
Definition at line 212 of file component_options.hpp.
| Component main |
Definition at line 213 of file component_options.hpp.
| Component back |
Definition at line 214 of file component_options.hpp.
| Ref<Direction> direction = Direction::Left |
Definition at line 215 of file component_options.hpp.
| Ref<int> main_size |
Definition at line 216 of file component_options.hpp.
| std::function<Element()> separator_func = [] { return ::ftxui::separator(); } |
Definition at line 219 of file component_options.hpp.