FTXUI/examples/component
Tushar Maheshwari 5ee4ec40de
Update CMake usage to enable C++17 (#156)
The target_compile_features command allows setting PUBLIC compile features for the library, making it implicit for the applications linking it. This reduces the CMake boilerplate required to set up a dependent project (eg. ftxui-starter).
2021-07-17 09:16:02 +02:00
..
button.cpp Execute IWYU 2021-07-11 12:23:42 +02:00
checkbox_in_frame.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
checkbox.cpp Remove checkbox.hpp 2021-07-11 12:23:42 +02:00
CMakeLists.txt Update CMake usage to enable C++17 (#156) 2021-07-17 09:16:02 +02:00
composition.cpp Component example showing composition of components (#150) 2021-07-14 15:04:12 +02:00
gallery.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
homescreen.cpp Execute IWYU 2021-07-11 12:23:42 +02:00
homescreen.gif Add Demo GIF. 2019-01-27 16:23:12 +01:00
input.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
menu_multiple.cpp Menu of components (#131) 2021-06-27 17:53:17 +02:00
menu_style.cpp Execute IWYU 2021-07-11 12:23:42 +02:00
menu.cpp Execute IWYU 2021-07-11 12:23:42 +02:00
menu2.cpp Execute IWYU 2021-07-11 12:23:42 +02:00
modal_dialog.cpp Modify signature of Container::Tab(...) (#92) 2021-05-15 02:32:42 +02:00
radiobox_in_frame.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
radiobox.cpp Make component more functionnal 2021-05-09 22:35:34 +02:00
resizable_split.cpp Execute IWYU and format. 2021-06-21 23:10:51 +02:00
slider_rgb.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
slider.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00
tab_horizontal.cpp Modify signature of Container::Tab(...) (#92) 2021-05-15 02:32:42 +02:00
tab_vertical.cpp Modify signature of Container::Tab(...) (#92) 2021-05-15 02:32:42 +02:00
toggle.cpp Add {Const,}StringRef to simplify components. 2021-05-14 21:47:51 +02:00