|
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(); } |
| Ref< int > | min = 0 |
| Ref< int > | max = std::numeric_limits<int>::max() |
Definition at line 213 of file component_options.hpp.
| Component main |
Definition at line 214 of file component_options.hpp.
| Component back |
Definition at line 215 of file component_options.hpp.
| Ref<Direction> direction = Direction::Left |
Definition at line 216 of file component_options.hpp.
| Ref<int> main_size |
Definition at line 217 of file component_options.hpp.
| std::function<Element()> separator_func = [] { return ::ftxui::separator(); } |
Definition at line 220 of file component_options.hpp.
| Ref<int> min = 0 |
Definition at line 223 of file component_options.hpp.
| Ref<int> max = std::numeric_limits<int>::max() |
Definition at line 224 of file component_options.hpp.