FTXUI 6.1.9
C++ functional terminal UI.
|
#include <flexbox_helper.hpp>
Public Attributes | |
int | min_size_x = 0 |
int | min_size_y = 0 |
int | flex_grow_x = 0 |
int | flex_grow_y = 0 |
int | flex_shrink_x = 0 |
int | flex_shrink_y = 0 |
int | line {} |
int | line_position {} |
int | x = 0 |
int | y = 0 |
int | dim_x = 0 |
int | dim_y = 0 |
bool | overflow = false |
Definition at line 13 of file flexbox_helper.hpp.
int min_size_x = 0 |
Definition at line 15 of file flexbox_helper.hpp.
int min_size_y = 0 |
Definition at line 16 of file flexbox_helper.hpp.
int flex_grow_x = 0 |
Definition at line 17 of file flexbox_helper.hpp.
int flex_grow_y = 0 |
Definition at line 18 of file flexbox_helper.hpp.
int flex_shrink_x = 0 |
Definition at line 19 of file flexbox_helper.hpp.
int flex_shrink_y = 0 |
Definition at line 20 of file flexbox_helper.hpp.
int line {} |
Definition at line 23 of file flexbox_helper.hpp.
int line_position {} |
Definition at line 24 of file flexbox_helper.hpp.
int x = 0 |
Definition at line 25 of file flexbox_helper.hpp.
int y = 0 |
Definition at line 26 of file flexbox_helper.hpp.
int dim_x = 0 |
Definition at line 27 of file flexbox_helper.hpp.
int dim_y = 0 |
Definition at line 28 of file flexbox_helper.hpp.
bool overflow = false |
Definition at line 29 of file flexbox_helper.hpp.