FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Functions | |
Component | MainComponent (std::function< void()> show_modal, std::function< void()> exit) |
Component | ModalComponent (std::function< void()> do_nothing, std::function< void()> hide_modal) |
int | main (int argc, const char *argv[]) |
Variables | |
auto | button_style = ButtonOption::Animated() |
Component MainComponent | ( | std::function< void()> | show_modal, |
std::function< void()> | exit ) |
Definition at line 18 of file modal_dialog.cpp.
Component ModalComponent | ( | std::function< void()> | do_nothing, |
std::function< void()> | hide_modal ) |
Definition at line 40 of file modal_dialog.cpp.
int main | ( | int | argc, |
const char * | argv[] ) |
Definition at line 59 of file modal_dialog.cpp.
auto button_style = ButtonOption::Animated() |
Definition at line 15 of file modal_dialog.cpp.