FTXUI/examples/component
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
..
checkbox_in_frame.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
checkbox.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
CMakeLists.txt Add travis configuration. 2020-03-22 21:33:41 +01:00
gallery.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
homescreen.cpp Add flex_grow and flex_shrink. 2020-06-07 02:30:45 +02:00
homescreen.gif Add Demo GIF. 2019-01-27 16:23:12 +01:00
input.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
menu_style.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
menu.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
menu2.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
radiobox_in_frame.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
radiobox.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
tab_horizontal.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
tab_vertical.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
toggle.cpp Add flex_grow and flex_shrink. 2020-06-07 02:30:45 +02:00