|
FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| Component | Renderer (std::function< Element()> render) |
| Return a component, using |render| to render its interface. More... | |
| Component | Renderer (Component child, std::function< Element()> render) |
| Return a new Component, similar to |child|, but using |render| as the Component::Render() event. More... | |
| Component | Renderer (std::function< Element(bool)> render) |
| Return a focusable component, using |render| to render its interface. More... | |
| ComponentDecorator | Renderer (ElementDecorator decorator) |
| Decorate a component, by decorating what it renders. More... | |