|
FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| 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... | |