FTXUI/include/ftxui/dom
ArthurSonzogni 08ee49f3e6 Add flex_grow and flex_shrink.
Two new elements:
- flex_grow  : Expand the element to occupy free space.
- flex_shrink: Minimize the element leave away missing space.

flex = flex_grow | flex_shrink.

Other changes:
- hbox and vbox are now non flexible by default.
- the vtext element has been added to help writting tests.
- Many new tests.
2020-06-07 02:30:45 +02:00
..
elements.hpp Add flex_grow and flex_shrink. 2020-06-07 02:30:45 +02:00
node.hpp Simplify the Render(screen, document) function. 2020-05-20 21:23:59 +02:00
requirement.hpp Add flex_grow and flex_shrink. 2020-06-07 02:30:45 +02:00
take_any_args.hpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00