|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| The FTXUI ftxui:: namespace. | |
Functions | |
| Component | Maybe (Component child, std::function< bool()> show) |
| Decorate a component |child|. It is shown only when |show| returns true. | |
| ComponentDecorator | Maybe (std::function< bool()> show) |
| Decorate a component. It is shown only when the |show| function returns true. | |
| Component | Maybe (Component child, const bool *show) |
| Decorate a component |child|. It is shown only when |show| is true. | |
| ComponentDecorator | Maybe (const bool *show) |
| Decorate a component. It is shown only when |show| is true. | |